org.jaxen.expr
final class IdentitySet extends Object
This is a set that uses identity rather than equality semantics.
| Nested Class Summary | |
|---|---|
| static class | IdentitySet.IdentityWrapper |
| Field Summary | |
|---|---|
| HashSet | contents |
| Constructor Summary | |
|---|---|
| IdentitySet() | |
| Method Summary | |
|---|---|
| void | add(Object object) |
| boolean | contains(Object object) |