Uses of Interface
gw.util.Predicate
-
Packages that use Predicate Package Description gw.util gw.util.cache -
-
Uses of Predicate in gw.util
Constructors in gw.util with parameters of type Predicate Constructor Description PredicatedSet(int initialCapacity, Predicate predicate)PredicatedSet(Predicate predicate) -
Uses of Predicate in gw.util.cache
Methods in gw.util.cache with parameters of type Predicate Modifier and Type Method Description voidFqnCache. visitBreadthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitBreadthFirst(Predicate<K> visitor)voidIFqnCache. visitBreadthFirst(Predicate<T> visitor)voidWeakFqnCache. visitBreadthFirst(Predicate<T> visitor)voidFqnCache. visitDepthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitDepthFirst(Predicate<K> visitor)voidIFqnCache. visitDepthFirst(Predicate<T> visitor)voidWeakFqnCache. visitDepthFirst(Predicate<T> visitor)booleanFqnCacheNode. visitNodeBreadthFirst(Predicate<FqnCacheNode> visitor)voidFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)booleanFqnCacheNode. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidIFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)voidWeakFqnCache. visitNodeDepthFirst(Predicate<FqnCacheNode> visitor)
-