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)FqnCacheNodeIFqnCache. 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 booleanFqnCacheNode. visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor)voidFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)booleanFqnCacheNode. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidIFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidWeakFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)Constructors in gw.util.cache with parameters of type FqnCacheNode Constructor Description FqnCacheNode(String text, FqnCacheNode<K> parent)
-