Uses of Class
gw.util.cache.FqnCacheNode
Packages that use FqnCacheNode
-
Uses of FqnCacheNode in gw.util.cache
Methods in gw.util.cache that return FqnCacheNodeModifier and TypeMethodDescriptionfinal FqnCacheNode<K> FqnCacheNode.getOrCreateChild(String segment) FqnCache.getRoot()Methods in gw.util.cache that return types with arguments of type FqnCacheNodeMethod parameters in gw.util.cache with type arguments of type FqnCacheNodeModifier and TypeMethodDescriptionfinal booleanFqnCacheNode.visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor) voidFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) final 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