- Cache<T> - Interface in org.aksw.commons.collections.cache
-
- cache - Variable in class org.aksw.commons.collections.cache.CachingIterable
-
- cache - Variable in class org.aksw.commons.collections.cache.CachingIterator
-
- CacheImpl<T> - Class in org.aksw.commons.collections.cache
-
An iterable that caches (possibly computed) items returned from an underlying iterator, such that
subsequent iterations run from the cache.
- CacheImpl(List<T>) - Constructor for class org.aksw.commons.collections.cache.CacheImpl
-
- CacheSet<K> - Class in org.aksw.commons.collections
-
T is the Timestamp object (e.g.
- CacheSet() - Constructor for class org.aksw.commons.collections.CacheSet
-
inclusive: wheter max distance is inclusive or exclusive.
- CacheSet(int, boolean) - Constructor for class org.aksw.commons.collections.CacheSet
-
- CachingIterable<T> - Class in org.aksw.commons.collections.cache
-
An iterable over an iterator that caches the iterator's results.
- CachingIterable(Iterator<T>) - Constructor for class org.aksw.commons.collections.cache.CachingIterable
-
- CachingIterable(Iterator<T>, Cache<T>) - Constructor for class org.aksw.commons.collections.cache.CachingIterable
-
- CachingIterator<T> - Class in org.aksw.commons.collections.cache
-
In iterator that adds items to a cache as it proceeds.
- CachingIterator(Cache<T>, Iterator<T>) - Constructor for class org.aksw.commons.collections.cache.CachingIterator
-
- CachingIterator(Cache<T>, Iterator<T>, int) - Constructor for class org.aksw.commons.collections.cache.CachingIterator
-
- canChangeChildrenInPlace() - Method in interface org.aksw.commons.collections.trees.TreeOps
-
- canDescend() - Method in class org.aksw.commons.collections.DescenderIterator
-
- canPush() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
-
- CartesianProduct<T> - Class in org.aksw.commons.collections
-
Created by IntelliJ IDEA.
- CartesianProduct(List<? extends Iterable<? extends T>>) - Constructor for class org.aksw.commons.collections.CartesianProduct
-
- CartesianProduct(boolean, List<? extends Iterable<? extends T>>) - Constructor for class org.aksw.commons.collections.CartesianProduct
-
- CartesianProductIterator<T> - Class in org.aksw.commons.collections
-
FIXME Make use of PrefetchIteratorScala
- CartesianProductIterator(Collection<? extends Iterable<? extends T>>) - Constructor for class org.aksw.commons.collections.CartesianProductIterator
-
- CartesianProductIterator(boolean, Collection<? extends Iterable<? extends T>>) - Constructor for class org.aksw.commons.collections.CartesianProductIterator
-
- CartesianProductIterator(Iterable<? extends T>...) - Constructor for class org.aksw.commons.collections.CartesianProductIterator
-
- CartesianProductIterator(boolean, Iterable<? extends T>...) - Constructor for class org.aksw.commons.collections.CartesianProductIterator
-
- ChainIterator<T> - Class in org.aksw.commons.collections
-
Created by Claus Stadler
Date: Oct 7, 2010
Time: 5:00:39 PM
- ChainIterator(Iterator<? extends Iterable<T>>) - Constructor for class org.aksw.commons.collections.ChainIterator
-
- ChainIterator(Collection<? extends Iterable<T>>) - Constructor for class org.aksw.commons.collections.ChainIterator
-
- childIndexOf(TreeOps2<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
-
- childToParent - Variable in class org.aksw.commons.collections.trees.LabeledTree
-
- childToParent - Variable in class org.aksw.commons.collections.trees.TreeImpl
-
- childToParent - Variable in class org.aksw.commons.collections.trees.TreeOps2
-
- chunk(Iterable<T>, int) - Static method in class org.aksw.commons.collections.CollectionUtils
-
- clear() - Method in class org.aksw.commons.collections.CacheSet
-
- clear() - Method in class org.aksw.commons.collections.diff.CollectionDiff
-
- clear() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
-
- clear() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
-
- clear() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
-
- clear() - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
-
- clear() - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
-
- clear() - Method in class org.aksw.commons.collections.Sample
-
- clients - Variable in class org.aksw.commons.collections.cache.RemovalListenerMultiplexer
-
- close() - Method in class org.aksw.commons.collections.cache.CacheImpl
-
- close() - Method in class org.aksw.commons.collections.cache.StreamBackedList
-
- close() - Method in interface org.aksw.commons.collections.IClosable
-
- close() - Method in class org.aksw.commons.collections.PrefetchIterator
-
- close() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
-
An iterator must always free all resources once done with iteration.
- close() - Method in class org.aksw.commons.collections.WindowedSorterIterator
-
- clusterNodesByFirstMultiaryAncestor(Tree<T>, Multimap<T, T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
-
Input: A mapping from cache nodes to candidate query nodes represented as a Multimap.
- CollectionDiff<T,C extends Collection<T>> - Class in org.aksw.commons.collections.diff
-
- CollectionDiff(C, C, C) - Constructor for class org.aksw.commons.collections.diff.CollectionDiff
-
- collections - Variable in class org.aksw.commons.collections.CartesianProduct
-
- CollectionUtils - Class in org.aksw.commons.collections
-
User: raven
Date: 4/17/11
Time: 12:36 AM
- CollectionUtils() - Constructor for class org.aksw.commons.collections.CollectionUtils
-
- compare(T, T) - Method in class org.aksw.commons.collections.NaturalComparator
-
- compare(S, S) - Method in class org.aksw.commons.collections.ValueComparator
-
- contains(Object) - Method in class org.aksw.commons.collections.CacheSet
-
- containsAll(Collection<?>) - Method in class org.aksw.commons.collections.CacheSet
-
- containsEntry(Object, Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
-
- containsEntry(Map<K, Set<V>>, K, V) - Static method in class org.aksw.commons.collections.MultiMaps
-
- containsEntry(Object, Object) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
-
- containsEntry(Object, Object) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
-
- containsKey(Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
-
- containsKey(Object) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
-
- containsKey(Object) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
-
- containsKey(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
-
- containsValue(Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
-
- containsValue(Object) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
-
- containsValue(Object) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
-
- containsValue(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
-
- copy(Map<K, Set<V>>) - Static method in class org.aksw.commons.collections.MultiMaps
-
- copy(K, List<K>) - Method in class org.aksw.commons.collections.trees.LabeledTree
-
- copy(T, List<T>) - Method in class org.aksw.commons.collections.trees.SubTree
-
- copy(T, List<T>) - Method in interface org.aksw.commons.collections.trees.Tree
-
Copies a given node thereby setting the provided children as its children.
- copy(T, List<T>) - Method in class org.aksw.commons.collections.trees.TreeDirect
-
- copy(T, List<T>) - Method in class org.aksw.commons.collections.trees.TreeImpl
-
- copy(T, List<T>) - Method in class org.aksw.commons.collections.trees.TreeReplace
-
- copyNode - Variable in class org.aksw.commons.collections.trees.TreeImpl
-
- copyOffset - Variable in class org.aksw.commons.collections.CartesianProductIterator
-
- CountingIterator<T> - Class in org.aksw.commons.collections.cache
-
- CountingIterator(Iterator<T>) - Constructor for class org.aksw.commons.collections.cache.CountingIterator
-
- CountingIterator(Iterator<T>, long) - Constructor for class org.aksw.commons.collections.cache.CountingIterator
-
- create(List<? extends Iterable<? extends T>>) - Static method in class org.aksw.commons.collections.CartesianProduct
-
- create(Iterable<? extends Iterable<? extends T>>) - Static method in class org.aksw.commons.collections.CartesianProduct
-
- create(T[]...) - Static method in class org.aksw.commons.collections.CartesianProduct
-
- create(Iterable<? extends T>...) - Static method in class org.aksw.commons.collections.CartesianProduct
-
- create(T, T) - Static method in class org.aksw.commons.collections.diff.Diff
-
- create(Iterable<? extends S>) - Static method in class org.aksw.commons.collections.lists.LinkedListNode
-
- create() - Static method in class org.aksw.commons.collections.Sample
-
- create(Sample<T>) - Static method in class org.aksw.commons.collections.Sample
-
- create(Set<T>, Set<T>) - Static method in class org.aksw.commons.collections.Sample
-
- create(Sample<T>, Set<T>) - Static method in class org.aksw.commons.collections.SampleStats
-
- create(Sample<T>, Set<T>, Sample<T>) - Static method in class org.aksw.commons.collections.SampleStats
-
Statistics for the pool
All positives that are not in the pool are removed from the examples
- create(Set<T>, Set<T>, Set<T>) - Static method in class org.aksw.commons.collections.SampleStats
-
- create(T, Function<T, List<T>>) - Static method in class org.aksw.commons.collections.trees.TreeImpl
-
- createChainMap(Map<K, ?>, Map<?, V>) - Static method in class org.aksw.commons.collections.MapUtils
-
- createCopy(Sample<T>) - Static method in class org.aksw.commons.collections.Sample
-
- createCopy(Collection<T>, Collection<T>) - Static method in class org.aksw.commons.collections.Sample
-
- createNew(K) - Method in class org.aksw.commons.collections.trees.LabeledTree
-
- createNew(T) - Method in class org.aksw.commons.collections.trees.SubTree
-
- createNew(T) - Method in interface org.aksw.commons.collections.trees.Tree
-
- createNew(T) - Method in class org.aksw.commons.collections.trees.TreeDirect
-
- createNew(T) - Method in class org.aksw.commons.collections.trees.TreeImpl
-
- createNew(T) - Method in interface org.aksw.commons.collections.trees.TreeOps
-
Create a new tree from the given root node
- createNew(T) - Method in class org.aksw.commons.collections.trees.TreeReplace
-
- current - Variable in class org.aksw.commons.collections.CartesianProductIterator
-
- current - Variable in class org.aksw.commons.collections.lists.LinkedListIterator
-
- current - Variable in class org.aksw.commons.collections.lists.LinkedListNodeIterator
-
- current - Variable in class org.aksw.commons.collections.stacks.NestedStackIterator
-