Uses of Class
gw.util.cache.FqnCacheNode
Packages that use FqnCacheNode
-
Uses of FqnCacheNode in gw.util.cache
Fields in gw.util.cache declared as FqnCacheNodeModifier and TypeFieldDescriptionprivate FqnCacheNode<T>FqnCache._rootprivate final FqnCacheNode<K>FqnCacheNode.parentFields in gw.util.cache with type parameters of type FqnCacheNodeMethods 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 FqnCacheNodeMethods in gw.util.cache with parameters 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