public static interface PlaceholderMap.Key
Paths, it is used to identify
entries in a PlaceholderMap.| Modifier and Type | Method and Description |
|---|---|
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.
|
Path[] getPlaceholders()
nullboolean contains(Path placeholder)
placeholder.placeholder - the placeholder to searchplaceholder 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.Copyright © 2017 Docking Frames. All rights reserved.