| Package | Description |
|---|---|
| manifold.api.util.cache |
| Modifier and Type | Class and Description |
|---|---|
class |
FqnCache<T> |
| Modifier and Type | Method and Description |
|---|---|
FqnCacheNode<K> |
FqnCacheNode.getChild(String segment) |
FqnCacheNode<Reference<T>> |
WeakFqnCache.getNode(String fqn) |
FqnCacheNode |
IFqnCache.getNode(String fqn) |
FqnCacheNode<T> |
FqnCache.getNode(String fqn) |
FqnCacheNode<K> |
FqnCacheNode.getOrCreateChild(String child) |
FqnCacheNode<K> |
FqnCacheNode.getOrCreateChild(String child,
K userData) |
FqnCacheNode<K> |
FqnCacheNode.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<FqnCacheNode<K>> |
FqnCacheNode.getChildren() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WeakFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
boolean |
IFqnCache.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
boolean |
FqnCacheNode.visitNodeDepthFirst(Predicate<FqnCacheNode> visitor) |
| Constructor and Description |
|---|
FqnCacheNode(String text,
FqnCacheNode<K> parent) |
Copyright © 2024. All rights reserved.