Uses of Class
manifold.api.util.cache.FqnCacheNode
Packages that use FqnCacheNode
-
Uses of FqnCacheNode in manifold.api.util.cache
Subclasses of FqnCacheNode in manifold.api.util.cacheMethods in manifold.api.util.cache that return FqnCacheNodeModifier and TypeMethodDescriptionfinal FqnCacheNode<K> FqnCacheNode.getOrCreateChild(String child) FqnCacheNode.getOrCreateChild(String child, K userData) FqnCacheNode.getParent()Methods in manifold.api.util.cache that return types with arguments of type FqnCacheNodeMethod parameters in manifold.api.util.cache with type arguments of type FqnCacheNodeModifier and TypeMethodDescriptionfinal booleanFqnCacheNode.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) booleanIFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) booleanWeakFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) Constructors in manifold.api.util.cache with parameters of type FqnCacheNode