Uses of Class
manifold.api.util.cache.FqnCacheNode
-
Packages that use FqnCacheNode Package Description manifold.api.util.cache -
-
Uses of FqnCacheNode in manifold.api.util.cache
Subclasses of FqnCacheNode in manifold.api.util.cache Modifier and Type Class Description classFqnCache<T>Methods in manifold.api.util.cache that return FqnCacheNode Modifier and Type Method Description FqnCacheNode<K>FqnCacheNode. getChild(String segment)FqnCacheNode<T>FqnCache. getNode(String fqn)FqnCacheNodeIFqnCache. getNode(String fqn)FqnCacheNode<Reference<T>>WeakFqnCache. getNode(String fqn)FqnCacheNode<K>FqnCacheNode. getOrCreateChild(String child)FqnCacheNode<K>FqnCacheNode. getOrCreateChild(String child, K userData)FqnCacheNode<K>FqnCacheNode. getParent()Methods in manifold.api.util.cache that return types with arguments of type FqnCacheNode Modifier and Type Method Description Collection<FqnCacheNode<K>>FqnCacheNode. getChildren()Method parameters in manifold.api.util.cache with type arguments of type FqnCacheNode Modifier and Type Method Description 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 Constructor Description FqnCacheNode(String text, FqnCacheNode<K> parent)
-