Uses of Class
gw.util.cache.FqnCacheNode
-
Packages that use FqnCacheNode Package Description gw.util.cache -
-
Uses of FqnCacheNode in gw.util.cache
Fields in gw.util.cache declared as FqnCacheNode Modifier and Type Field Description private FqnCacheNode<T>FqnCache. _rootprivate FqnCacheNode<K>FqnCacheNode. parentFields in gw.util.cache with type parameters of type FqnCacheNode Modifier and Type Field Description private java.util.Map<java.lang.String,FqnCacheNode<K>>FqnCacheNode. childrenMethods in gw.util.cache that return FqnCacheNode Modifier and Type Method Description FqnCacheNode<K>FqnCacheNode. getChild(java.lang.String segment)FqnCacheNode<T>FqnCache. getNode(java.lang.String fqn)FqnCacheNodeIFqnCache. getNode(java.lang.String fqn)FqnCacheNode<java.lang.ref.WeakReference<T>>WeakFqnCache. getNode(java.lang.String fqn)FqnCacheNode<K>FqnCacheNode. getOrCreateChild(java.lang.String segment)FqnCacheNode<T>FqnCache. getRoot()Methods in gw.util.cache that return types with arguments of type FqnCacheNode Modifier and Type Method Description java.util.Collection<FqnCacheNode<K>>FqnCacheNode. getChildren()Methods in gw.util.cache with parameters of type FqnCacheNode Modifier and Type Method Description private voidFqnCacheNode. deleteChild(FqnCacheNode<K> child)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(java.lang.String text, FqnCacheNode<K> parent)
-