| Package | Description |
|---|---|
| gw.util.cache |
| Modifier and Type | Method and Description |
|---|---|
FqnCacheNode<K> |
FqnCacheNode.getChild(String segment) |
FqnCacheNode |
IFqnCache.getNode(String fqn) |
FqnCacheNode<WeakReference<T>> |
WeakFqnCache.getNode(String fqn) |
FqnCacheNode<T> |
FqnCache.getNode(String fqn) |
FqnCacheNode<K> |
FqnCacheNode.getOrCreateChild(String segment) |
FqnCacheNode<T> |
FqnCache.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
Collection<FqnCacheNode<K>> |
FqnCacheNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FqnCacheNode.visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor) |
void |
IFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
void |
WeakFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
void |
FqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
boolean |
FqnCacheNode.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
| Constructor and Description |
|---|
FqnCacheNode(String text,
FqnCacheNode<K> parent) |
Copyright © 2016. All rights reserved.