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._root
private final FqnCacheNode<K>
FqnCacheNode.parent
Fields 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 boolean
FqnCacheNode.visitNodeBreadthFirst
(Predicate<FqnCacheNode> visitor) void
FqnCache.visitNodeDepthFirst
(Predicate<FqnCacheNode> visitor) final 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