|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.expr.IdentitySet
final class IdentitySet
This is a set that uses identity rather than equality semantics.
Nested Class Summary | |
---|---|
private static class |
IdentitySet.IdentityWrapper
|
Field Summary | |
---|---|
private java.util.HashSet |
contents
|
Constructor Summary | |
---|---|
IdentitySet()
|
Method Summary | |
---|---|
(package private) void |
add(java.lang.Object object)
|
boolean |
contains(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.HashSet contents
Constructor Detail |
---|
IdentitySet()
Method Detail |
---|
void add(java.lang.Object object)
public boolean contains(java.lang.Object object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |