|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface EffectiveNodeTypeCache.Key
An ENTKey uniquely identifies
a combination (i.e. an aggregation) of one or more node types.
| Method Summary | |
|---|---|
boolean |
contains(EffectiveNodeTypeCache.Key otherKey)
Checks if the otherKey is contained in this one. |
Name[] |
getNames()
Returns the node type names of this key. |
EffectiveNodeTypeCache.Key |
subtract(EffectiveNodeTypeCache.Key otherKey)
Creates a new key as a result of a subtract operation. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
Name[] getNames()
boolean contains(EffectiveNodeTypeCache.Key otherKey)
otherKey is contained in this one. I.e. if
this key contains all node type names of the other key.
otherKey - the other key to check
true if this key contains the other key;
false otherwise.EffectiveNodeTypeCache.Key subtract(EffectiveNodeTypeCache.Key otherKey)
EffectiveNodeTypeCache.contains(Key)
returns false).
otherKey - the other key to subtract
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||