|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface PlaceholderMap.Key
A key is a set of Paths, it is used to identify
entries in a PlaceholderMap.
| Method Summary | |
|---|---|
boolean |
contains(Path placeholder)
Tells whether this key knows placeholder. |
String |
getAnchor()
Gets the anchor. |
Path[] |
getPlaceholders()
Gets the placeholders which make up this key. |
boolean |
isShared()
Tells whether this key is shared. |
| Method Detail |
|---|
Path[] getPlaceholders()
nullboolean contains(Path placeholder)
placeholder.
placeholder - the placeholder to search
placeholder was foundString getAnchor()
placeholders are no longer valid. No two keys may have the
same anchor.
nullboolean isShared()
placeholders, two non-shared
keys are equal only if they are the same object, a shared and a non-shared key
are never equal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||