org.jaxen.expr
final class IdentitySet extends java.lang.Object
This is a set that uses identity rather than equality semantics.
Modifier and Type | Class and Description |
---|---|
private static class |
IdentitySet.IdentityWrapper |
Modifier and Type | Field and Description |
---|---|
private java.util.HashSet |
contents |
Constructor and Description |
---|
IdentitySet() |