Uses of Class
gw.util.cache.FqnCacheNode
-
Packages that use FqnCacheNode Package Description gw.util.cache -
-
Uses of FqnCacheNode in gw.util.cache
Methods in gw.util.cache that return FqnCacheNode Modifier and Type Method Description FqnCacheNode<K>
FqnCacheNode. getChild(String segment)
FqnCacheNode<T>
FqnCache. getNode(String fqn)
FqnCacheNode
IFqnCache. getNode(String fqn)
FqnCacheNode<WeakReference<T>>
WeakFqnCache. getNode(String fqn)
FqnCacheNode<K>
FqnCacheNode. getOrCreateChild(String segment)
FqnCacheNode<T>
FqnCache. getRoot()
Methods in gw.util.cache that return types with arguments of type FqnCacheNode Modifier and Type Method Description Collection<FqnCacheNode<K>>
FqnCacheNode. getChildren()
Method parameters in gw.util.cache with type arguments of type FqnCacheNode Modifier and Type Method Description boolean
FqnCacheNode. visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor)
void
FqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
boolean
FqnCacheNode. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
void
IFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
void
WeakFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
Constructors in gw.util.cache with parameters of type FqnCacheNode Constructor Description FqnCacheNode(String text, FqnCacheNode<K> parent)
-