Skip navigation links
A B C D E F G H I K L M N O P R S T U V W _ 

A

AbstractSetMultimap<K,V> - Class in org.aksw.commons.collections.reversible
 
AbstractSetMultimap() - Constructor for class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
add(T) - Method in class org.aksw.commons.collections.cache.CacheImpl
 
add(K) - Method in class org.aksw.commons.collections.CacheSet
 
add(T) - Method in class org.aksw.commons.collections.diff.CollectionDiff
 
add(T) - Method in class org.aksw.commons.collections.lists.LinkedList
 
add(T) - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
addAll(Collection<? extends K>) - Method in class org.aksw.commons.collections.CacheSet
 
addAll(Sample<T>) - Method in class org.aksw.commons.collections.Sample
 
addAll(Collection<? extends T>, Collection<? extends T>) - Method in class org.aksw.commons.collections.Sample
 
addAllKeys(Map<K, Set<V>>, Iterable<K>) - Static method in class org.aksw.commons.collections.MultiMaps
 
addAndGetRemoved(K) - Method in class org.aksw.commons.collections.CacheSet
Adds an item, and returns an item that was removed - or null if no item was removed
addKey(Map<K, Set<V>>, K) - Static method in class org.aksw.commons.collections.MultiMaps
 
addWithIntegerAutoIncrement(Map<T, Integer>, T) - Static method in class org.aksw.commons.collections.MapUtils
 
addWithLongAutoIncrement(Map<T, Long>, T) - Static method in class org.aksw.commons.collections.MapUtils
 
append(T) - Method in class org.aksw.commons.collections.lists.LinkedList
 
append(LinkedListNode<T>) - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
appendAction(Stream<? extends T>, Runnable) - Static method in class org.aksw.commons.collections.utils.StreamUtils
Creates a new stream which upon reaching its end performs and action.
appendChild(LabeledNode<K>) - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
asList() - Method in class org.aksw.commons.collections.stacks.GenericNestedStack
 
asMap() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
asMap() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
asMultimap() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
asMultimap() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
asSet(Collection<T>) - Static method in class org.aksw.commons.collections.CollectionUtils
 
asSet(Iterable<T>) - Static method in class org.aksw.commons.collections.SetUtils
 

B

backward - Variable in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
BiHashMultimap<K,V> - Class in org.aksw.commons.collections.multimaps
 
BiHashMultimap() - Constructor for class org.aksw.commons.collections.multimaps.BiHashMultimap
 
BiHashMultimap(SetMultimap<K, V>, SetMultimap<V, K>) - Constructor for class org.aksw.commons.collections.multimaps.BiHashMultimap
 
BiHashMultimap(BiHashMultimap<V, K>) - Constructor for class org.aksw.commons.collections.multimaps.BiHashMultimap
Constructor for reverse map

C

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
 

D

data - Variable in class org.aksw.commons.collections.cache.CacheImpl
 
data - Variable in class org.aksw.commons.collections.lists.LinkedListNode
 
delegate - Variable in class org.aksw.commons.collections.cache.CachingIterable
 
delegate - Variable in class org.aksw.commons.collections.cache.CachingIterator
 
delegate - Variable in class org.aksw.commons.collections.cache.IteratorDecorator
 
delegate() - Method in class org.aksw.commons.collections.cache.IteratorDecorator
 
delegate - Variable in class org.aksw.commons.collections.tracker.TrackingSet
 
delegate - Variable in class org.aksw.commons.collections.trees.SubTree
 
delegate - Variable in class org.aksw.commons.collections.trees.TreeReplace
 
delegateToReplacement - Variable in class org.aksw.commons.collections.trees.TreeReplace
 
deleteNode(K) - Method in class org.aksw.commons.collections.trees.LabeledTree
 
depth(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
depth(Tree<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
deriveParentMapping(Tree<A>, Tree<B>, Multimap<A, B>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Given a mapping of child nodes, determine which parents may be mapped to each other.
descend() - Method in class org.aksw.commons.collections.DescenderIterator
Set the iterator to the children of the current node.
Descender<T> - Interface in org.aksw.commons.collections
 
DescenderIterator<T> - Class in org.aksw.commons.collections
Derived from StackCartesianProductIterator it = new StackCartesianProductIterator(a, b,c);
DescenderIterator(T, Descender<T>) - Constructor for class org.aksw.commons.collections.DescenderIterator
 
destroy() - Method in interface org.aksw.commons.collections.trees.LabeledNode
 
destroy() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
Diff<T> - Class in org.aksw.commons.collections.diff
 
Diff(T, T, T) - Constructor for class org.aksw.commons.collections.diff.Diff
 
diff - Variable in class org.aksw.commons.collections.tracker.TrackingSet
 

E

entries() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
entries() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
entries() - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
entrySet() - Method in interface org.aksw.commons.collections.FeatureMap
 
entrySet() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
entrySet() - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
equals(Object) - Method in class org.aksw.commons.collections.CacheSet
 
equals(Object) - Method in class org.aksw.commons.collections.diff.Diff
 
equals(Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
equals(Object) - Method in class org.aksw.commons.collections.Pair
 
equals(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
equals(Object) - Method in class org.aksw.commons.collections.trees.TreeImpl
 
equals(Object) - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 

F

FeatureMap<K,V> - Interface in org.aksw.commons.collections
A feature map associates a set of features with items.
FeatureMapImpl<K,V> - Class in org.aksw.commons.collections
Map a set of features to a single value.
FeatureMapImpl() - Constructor for class org.aksw.commons.collections.FeatureMapImpl
 
FileDescender - Class in org.aksw.commons.collections
 
FileDescender() - Constructor for class org.aksw.commons.collections.FileDescender
 
FileDescender(FileFilter) - Constructor for class org.aksw.commons.collections.FileDescender
 
findAncestor(Tree<T>, T, Predicate<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Find the first ancestor for which the predicate evaluates to true
finish() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
 
first - Variable in class org.aksw.commons.collections.lists.LinkedList
 
first - Variable in class org.aksw.commons.collections.Pair
 
firstMultiaryAncestor(Tree<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Return a node's first ancestor having an arity > 1 null if there is none.
FlatMapView<T> - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:41:56 PM
FlatMapView(Collection<? extends Collection<T>>) - Constructor for class org.aksw.commons.collections.FlatMapView
 
fMeasure(double, double) - Static method in class org.aksw.commons.collections.SampleStats
 
forEach(BiConsumer<Set<K>, V>) - Method in interface org.aksw.commons.collections.FeatureMap
 
formatHumanReadable(SampleStats<?>) - Static method in class org.aksw.commons.collections.SampleStats
 
forward - Variable in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
forward - Variable in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
future - Variable in class org.aksw.commons.collections.cache.StreamBackedList
 

G

generator - Variable in class org.aksw.commons.collections.trees.ReclaimingSupplier
 
GenericNestedStack<T,P extends GenericNestedStack<T,P>> - Class in org.aksw.commons.collections.stacks
 
GenericNestedStack(P, T) - Constructor for class org.aksw.commons.collections.stacks.GenericNestedStack
 
get(int) - Method in class org.aksw.commons.collections.cache.CacheImpl
A call to get blocks until the cache is complete
get(Set<K>) - Method in interface org.aksw.commons.collections.FeatureMap
 
get(Set<K>) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
get(int) - Method in class org.aksw.commons.collections.lists.LinkedList
 
get(Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
get(Object) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
get(K) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
get(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
get(K) - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
get() - Method in class org.aksw.commons.collections.trees.ReclaimingSupplier
 
getAdded() - Method in class org.aksw.commons.collections.diff.Diff
 
getAdded() - Method in interface org.aksw.commons.collections.diff.IDiff
 
getAll(Multimap<K, V>, Collection<K>) - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
 
getAll() - Method in class org.aksw.commons.collections.SampleStats
 
getChildren() - Method in interface org.aksw.commons.collections.trees.LabeledNode
 
getChildren() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
getChildren(K) - Method in class org.aksw.commons.collections.trees.LabeledTree
 
getChildren(T) - Method in class org.aksw.commons.collections.trees.SubTree
 
getChildren(T) - Method in interface org.aksw.commons.collections.trees.Tree
 
getChildren(T) - Method in class org.aksw.commons.collections.trees.TreeDirect
 
getChildren(T) - Method in class org.aksw.commons.collections.trees.TreeImpl
 
getChildren() - Method in interface org.aksw.commons.collections.trees.TreeNode
 
getChildren() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
getChildren(T) - Method in class org.aksw.commons.collections.trees.TreeReplace
 
getChildToParent() - Method in class org.aksw.commons.collections.trees.TreeOps2
 
getClients() - Method in class org.aksw.commons.collections.cache.RemovalListenerMultiplexer
 
getCommonParent(Map<T, ? extends Collection<T>>, T, T) - Static method in class org.aksw.commons.collections.MultiMaps
Find the nearest set of nodes that are parents of both given nodes.
getCurrentSize() - Method in interface org.aksw.commons.collections.cache.Cache
 
getCurrentSize() - Method in class org.aksw.commons.collections.cache.CacheImpl
Size returns the current number of items in the cache
getData() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
getDescendCollection(T) - Method in interface org.aksw.commons.collections.Descender
 
getDescendCollection(File) - Method in class org.aksw.commons.collections.FileDescender
 
getDiff() - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
getExamples() - Method in class org.aksw.commons.collections.SampleStats
 
getFalse() - Method in class org.aksw.commons.collections.SampleStats
 
getFirstMultiaryAncestor(Tree<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
getFMeasure() - Method in class org.aksw.commons.collections.SampleStats
 
getIfSubsetOf(Set<K>) - Method in interface org.aksw.commons.collections.FeatureMap
 
getIfSubsetOf(Set<K>) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
getIfSupersetOf(Set<K>) - Method in interface org.aksw.commons.collections.FeatureMap
 
getIfSupersetOf(Set<K>) - Method in class org.aksw.commons.collections.FeatureMapImpl
Return every entry of this featureMap whose associated feature set is a super set of the given one.
getIndexesOfEmptySubIterables(List<? extends Iterable<? extends T>>) - Static method in class org.aksw.commons.collections.DescenderIterator
 
getInverse() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
getInverse() - Method in interface org.aksw.commons.collections.multimaps.IBiSetMultimap
 
getKey() - Method in interface org.aksw.commons.collections.trees.LabeledNode
 
getKey() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
getKeyTime(K) - Method in class org.aksw.commons.collections.CacheSet
 
getLeafs(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
getLeafs(Collection<T>, Tree<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
getNegatives() - Method in class org.aksw.commons.collections.Sample
 
getNode(K) - Method in class org.aksw.commons.collections.trees.LabeledTree
 
getNode() - Method in interface org.aksw.commons.collections.trees.TreeNode
 
getNode() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
getNumItems() - Method in class org.aksw.commons.collections.cache.CountingIterator
 
getOffset() - Method in class org.aksw.commons.collections.cache.IndexBasedIterator
 
getOrCreate(Map<K, V>, K, Class<V>, Object...) - Static method in class org.aksw.commons.collections.MapUtils
 
getOrElse(Map<? extends K, ? extends V>, K, V) - Static method in class org.aksw.commons.collections.MapUtils
 
getParent() - Method in class org.aksw.commons.collections.stacks.GenericNestedStack
 
getParent() - Method in interface org.aksw.commons.collections.trees.LabeledNode
 
getParent() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
getParent(K) - Method in class org.aksw.commons.collections.trees.LabeledTree
 
getParent(T) - Method in class org.aksw.commons.collections.trees.SubTree
 
getParent(T) - Method in interface org.aksw.commons.collections.trees.Tree
 
getParent(T) - Method in class org.aksw.commons.collections.trees.TreeDirect
 
getParent(T) - Method in class org.aksw.commons.collections.trees.TreeImpl
 
getParent() - Method in interface org.aksw.commons.collections.trees.TreeNode
 
getParent() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
getParent(T) - Method in class org.aksw.commons.collections.trees.TreeReplace
 
getParentsOf(Tree<T>, Iterable<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Get the set of immediate parents for a given set of children
getParentToChildren() - Method in class org.aksw.commons.collections.trees.TreeOps2
 
getPositives() - Method in class org.aksw.commons.collections.Sample
 
getPrecision() - Method in class org.aksw.commons.collections.SampleStats
 
getRecall() - Method in class org.aksw.commons.collections.SampleStats
 
getRemoved() - Method in class org.aksw.commons.collections.diff.Diff
 
getRemoved() - Method in interface org.aksw.commons.collections.diff.IDiff
 
getReplaceChildren() - Method in class org.aksw.commons.collections.trees.TreeOps2
 
getRetained() - Method in class org.aksw.commons.collections.diff.Diff
 
getRetained() - Method in interface org.aksw.commons.collections.diff.IDiff
 
getRoot() - Method in class org.aksw.commons.collections.trees.LabeledTree
 
getRoot() - Method in class org.aksw.commons.collections.trees.SubTree
 
getRoot() - Method in interface org.aksw.commons.collections.trees.Tree
 
getRoot() - Method in class org.aksw.commons.collections.trees.TreeDirect
 
getRoot() - Method in class org.aksw.commons.collections.trees.TreeImpl
 
getRoot() - Method in class org.aksw.commons.collections.trees.TreeReplace
 
getTagSets(Object) - Method in interface org.aksw.commons.collections.FeatureMap
 
getTagSets(Object) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
getTree() - Method in interface org.aksw.commons.collections.trees.LabeledNode
 
getTree() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
getTree() - Method in interface org.aksw.commons.collections.trees.TreeNode
 
getTree() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
getTrue() - Method in class org.aksw.commons.collections.SampleStats
 
getUnaryAncestors(X, Tree<X>, Tree<X>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
getValue() - Method in class org.aksw.commons.collections.stacks.GenericNestedStack
 
groupBy(Iterable<T>, Function<T, G>, Multimap<G, T>) - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
 
groupByParent(Tree<T>, Collection<T>, Multimap<T, T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 

H

hashCode() - Method in class org.aksw.commons.collections.CacheSet
 
hashCode() - Method in class org.aksw.commons.collections.diff.Diff
 
hashCode() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
hashCode() - Method in class org.aksw.commons.collections.Pair
 
hashCode() - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
hashCode() - Method in class org.aksw.commons.collections.trees.TreeImpl
 
hashCode() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
HashSetDiff<T> - Class in org.aksw.commons.collections.diff
 
HashSetDiff() - Constructor for class org.aksw.commons.collections.diff.HashSetDiff
 
hasNext() - Method in class org.aksw.commons.collections.cache.CachingIterator
The cache's isComplete flag is only set if a call to hasNext returns false.
hasNext() - Method in class org.aksw.commons.collections.cache.IndexBasedIterator
Simply try to access an element by index.
hasNext - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
hasNext() - Method in class org.aksw.commons.collections.CartesianProductIterator
 
hasNext() - Method in class org.aksw.commons.collections.DescenderIterator
 
hasNext() - Method in class org.aksw.commons.collections.lists.LinkedListIterator
 
hasNext() - Method in class org.aksw.commons.collections.lists.LinkedListNodeIterator
 
hasNext() - Method in class org.aksw.commons.collections.PrefetchIterator
 
hasNext() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
 
hasNext() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
 
hasNext() - Method in class org.aksw.commons.collections.stacks.NestedStackIterator
 

I

IBiSetMultimap<K,V> - Interface in org.aksw.commons.collections.multimaps
 
IClosable - Interface in org.aksw.commons.collections
An interface for closing stuff.
IClosableIterator<T> - Interface in org.aksw.commons.collections
 
id - Variable in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
IDiff<T> - Interface in org.aksw.commons.collections.diff
 
idSupplier - Variable in class org.aksw.commons.collections.trees.LabeledTree
 
IndexBasedIterator<T> - Class in org.aksw.commons.collections.cache
 
IndexBasedIterator(List<T>) - Constructor for class org.aksw.commons.collections.cache.IndexBasedIterator
 
IndexBasedIterator(List<T>, int) - Constructor for class org.aksw.commons.collections.cache.IndexBasedIterator
 
indexOf(List<T>, T, BiPredicate<? super T, ? super T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
innerNodesPerLevel(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
For each level, yield the inner nodes The root node will always be part of the list, even if it does not have children
inOrderSearch(T, Function<T, ? extends Iterable<T>>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
inOrderSearch(T, Function<T, ? extends Iterable<T>>, Function<? super T, V>, BiPredicate<T, V>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
In-order-search starting from the given node and descending into the tree.
inPlace - Variable in class org.aksw.commons.collections.CartesianProduct
 
inPlace - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
isAbandoned() - Method in interface org.aksw.commons.collections.cache.Cache
 
isAbandoned() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
isCompatible(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.aksw.commons.collections.MapUtils
Compatible means that merging the two maps would not result in the same key being mapped to distinct values.
isCompatible(Set<? extends K>, Map<? extends K, ? extends V>, Map<? extends K, ? extends V>) - Static method in class org.aksw.commons.collections.MapUtils
 
isComplete() - Method in interface org.aksw.commons.collections.cache.Cache
 
isComplete() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
isEmpty() - Method in class org.aksw.commons.collections.CacheSet
 
isEmpty() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
isEmpty() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
isEmpty() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
isEmpty() - Method in class org.aksw.commons.collections.Sample
 
isEquivalent(T, T) - Method in interface org.aksw.commons.collections.trees.TreeOps
 
isEquivalent - Variable in class org.aksw.commons.collections.trees.TreeOps2
Predicate to test whether two nodes are equal
ISetMultimap<K,V> - Interface in org.aksw.commons.collections.multimaps
 
isFirst() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
isHead() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
isLast() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
isPartiallyCompatible(Map<K, V>, Map<K, V>) - Static method in class org.aksw.commons.collections.MapUtils
Deprecated.
isTail() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
IterableCollection<T> - Class in org.aksw.commons.collections
A wrapper which makes an iterable appear as a collection.
IterableCollection(Iterable<T>) - Constructor for class org.aksw.commons.collections.IterableCollection
 
iterables - Variable in class org.aksw.commons.collections.CartesianProductIterator
The array of iterables which service as suppliers of iterators
iterator() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
iterator() - Method in class org.aksw.commons.collections.cache.CachingIterable
 
iterator() - Method in class org.aksw.commons.collections.CacheSet
FIXME Make sure that the iterator's remove method cannot be invoked directly
iterator() - Method in class org.aksw.commons.collections.CartesianProduct
 
iterator() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
iterator() - Method in class org.aksw.commons.collections.FlatMapView
 
iterator() - Method in class org.aksw.commons.collections.IterableCollection
 
iterator() - Method in class org.aksw.commons.collections.IteratorIterable
 
iterator() - Method in class org.aksw.commons.collections.lists.LinkedList
 
iterator() - Method in class org.aksw.commons.collections.lists.LinkedListNode
Iterator over the items in the linked list
iterator() - Method in class org.aksw.commons.collections.stacks.GenericNestedStack
 
iterator() - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
IteratorDecorator<T> - Class in org.aksw.commons.collections.cache
 
IteratorDecorator(Iterator<T>) - Constructor for class org.aksw.commons.collections.cache.IteratorDecorator
 
IteratorIterable<T> - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Nov 1, 2010 Time: 10:23:02 PM
IteratorIterable(Iterator<T>) - Constructor for class org.aksw.commons.collections.IteratorIterable
 
iterators - Variable in class org.aksw.commons.collections.CartesianProductIterator
The current array of iterators
IteratorUtils - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Nov 1, 2010 Time: 10:22:25 PM
IteratorUtils() - Constructor for class org.aksw.commons.collections.IteratorUtils
 

K

keys() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
keys() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
keys() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
keySet() - Method in interface org.aksw.commons.collections.FeatureMap
 
keySet() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
keySet() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
keySet() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
keySet() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
keyToNode - Variable in class org.aksw.commons.collections.trees.LabeledTree
 

L

l - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
LabeledNode<K> - Interface in org.aksw.commons.collections.trees
 
LabeledNodeImpl<K,X extends LabeledNode<K>,Y extends LabeledTree<K,X>> - Class in org.aksw.commons.collections.trees
A node view on a tree - all functions delegate to the underlying tree object Not sure if a node should inherit from Entry or if there should be a 'asEntry' method.
LabeledNodeImpl(Y, K) - Constructor for class org.aksw.commons.collections.trees.LabeledNodeImpl
 
LabeledTree<K,X extends LabeledNode<K>> - Class in org.aksw.commons.collections.trees
 
LabeledTree() - Constructor for class org.aksw.commons.collections.trees.LabeledTree
 
LabeledTree(K, ReversibleMap<K, K>) - Constructor for class org.aksw.commons.collections.trees.LabeledTree
 
last - Variable in class org.aksw.commons.collections.lists.LinkedList
 
leafStream(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
LinkedList<T> - Class in org.aksw.commons.collections.lists
 
LinkedList() - Constructor for class org.aksw.commons.collections.lists.LinkedList
 
LinkedListIterator<T> - Class in org.aksw.commons.collections.lists
 
LinkedListIterator(LinkedListNode<T>) - Constructor for class org.aksw.commons.collections.lists.LinkedListIterator
 
LinkedListNode<T> - Class in org.aksw.commons.collections.lists
A linked list node used in the combinatoric stream
LinkedListNode() - Constructor for class org.aksw.commons.collections.lists.LinkedListNode
 
LinkedListNodeIterator<T> - Class in org.aksw.commons.collections.lists
 
LinkedListNodeIterator(LinkedListNode<T>) - Constructor for class org.aksw.commons.collections.lists.LinkedListNodeIterator
 
list - Variable in class org.aksw.commons.collections.cache.IndexBasedIterator
 
ListDiff<T> - Class in org.aksw.commons.collections.diff
 
ListDiff() - Constructor for class org.aksw.commons.collections.diff.ListDiff
 
lMinusOne - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
loadChildren() - Method in class org.aksw.commons.collections.DescenderIterator
 

M

makeIterable(Iterator<T>) - Static method in class org.aksw.commons.collections.IteratorUtils
 
mapSet(Set<K>, Map<K, V>) - Static method in class org.aksw.commons.collections.SetUtils
Short hand for Set result = source.stream().map(fn).collect(Collectors.toSet()) Maps a set of keys to a corresponding set of values via a given map TODO Probably this method can be replaced by something from guava
mapToBatch(Stream<T>, int) - Static method in class org.aksw.commons.collections.utils.StreamUtils
Note we could implement another version where each batch's List is lazy loaded from the stream - but this would probably require complete consumption of each batch in order
MapUtils - Class in org.aksw.commons.collections
Created by IntelliJ IDEA.
MapUtils() - Constructor for class org.aksw.commons.collections.MapUtils
 
mergeCompatible(Iterable<? extends Map<? extends K, ? extends V>>, Supplier<R>) - Static method in class org.aksw.commons.collections.MapUtils
Find a mapping of variables from cand to query, such that the pattern of cand becomes a subset of that of query null if no mapping can be established
mergeCompatible(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>, Supplier<R>) - Static method in class org.aksw.commons.collections.MapUtils
 
MultiMaps - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:42:34 PM A set of static methods for treating a Map> as a multimap (or rather graphs, as keys may be mapped to an empty set of values)
MultiMaps() - Constructor for class org.aksw.commons.collections.MultiMaps
 
MultimapUtils - Class in org.aksw.commons.collections.multimaps
Created by IntelliJ IDEA.
MultimapUtils() - Constructor for class org.aksw.commons.collections.multimaps.MultimapUtils
 

N

NaturalComparator<T extends Comparable<T>> - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:47:19 PM
NaturalComparator() - Constructor for class org.aksw.commons.collections.NaturalComparator
 
NestedStack<T> - Class in org.aksw.commons.collections.stacks
 
NestedStack(NestedStack<T>, T) - Constructor for class org.aksw.commons.collections.stacks.NestedStack
 
NestedStackIterator<T,P extends GenericNestedStack<T,P>> - Class in org.aksw.commons.collections.stacks
 
NestedStackIterator(GenericNestedStack<T, P>) - Constructor for class org.aksw.commons.collections.stacks.NestedStackIterator
 
newIdentityListMultimap() - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
 
newIdentitySetMultimap() - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
 
newSetMultimap(boolean, boolean) - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
 
next() - Method in class org.aksw.commons.collections.cache.CachingIterator
 
next() - Method in class org.aksw.commons.collections.cache.CountingIterator
 
next() - Method in class org.aksw.commons.collections.cache.IndexBasedIterator
 
next() - Method in class org.aksw.commons.collections.CartesianProductIterator
 
next() - Method in class org.aksw.commons.collections.DescenderIterator
 
next() - Method in class org.aksw.commons.collections.lists.LinkedListIterator
 
next() - Method in class org.aksw.commons.collections.lists.LinkedListNodeIterator
 
next() - Method in class org.aksw.commons.collections.PrefetchIterator
 
next() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
 
next() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
 
next() - Method in class org.aksw.commons.collections.stacks.NestedStackIterator
 
node - Variable in class org.aksw.commons.collections.trees.TreeNodeImpl
 
nodeComparator - Variable in class org.aksw.commons.collections.trees.SubTree
 
nodeCount() - Method in class org.aksw.commons.collections.trees.LabeledTree
 
nodeCount() - Method in interface org.aksw.commons.collections.trees.Tree
 
nodeCount() - Method in class org.aksw.commons.collections.trees.TreeBase
 
nodeCount() - Method in class org.aksw.commons.collections.trees.TreeDirect
 
nodeCount(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
nodeIterator() - Method in class org.aksw.commons.collections.lists.LinkedListNode
Iterator over the node objects (of which each holds an item) in the list
nodesPerLevel(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Returns the set of nodes in each level of the tree The set containing the root will be the first item in the list
nodeToParent - Variable in class org.aksw.commons.collections.trees.TreeDirect
 
numItems - Variable in class org.aksw.commons.collections.cache.CountingIterator
 
numItems - Variable in class org.aksw.commons.collections.cache.IteratorDecorator
 

O

offset - Variable in class org.aksw.commons.collections.cache.CachingIterator
 
offset - Variable in class org.aksw.commons.collections.cache.IndexBasedIterator
 
onRemoval(RemovalNotification<K, V>) - Method in class org.aksw.commons.collections.cache.RemovalListenerMultiplexer
 
org.aksw.commons.collections - package org.aksw.commons.collections
 
org.aksw.commons.collections.cache - package org.aksw.commons.collections.cache
 
org.aksw.commons.collections.diff - package org.aksw.commons.collections.diff
 
org.aksw.commons.collections.lists - package org.aksw.commons.collections.lists
 
org.aksw.commons.collections.multimaps - package org.aksw.commons.collections.multimaps
 
org.aksw.commons.collections.random - package org.aksw.commons.collections.random
 
org.aksw.commons.collections.reversible - package org.aksw.commons.collections.reversible
 
org.aksw.commons.collections.stacks - package org.aksw.commons.collections.stacks
 
org.aksw.commons.collections.tracker - package org.aksw.commons.collections.tracker
 
org.aksw.commons.collections.trees - package org.aksw.commons.collections.trees
 
org.aksw.commons.collections.utils - package org.aksw.commons.collections.utils
 

P

Pair<S,T> - Class in org.aksw.commons.collections
A pair (two-tuple) of objects who can differ in type.
Pair(S, T) - Constructor for class org.aksw.commons.collections.Pair
 
parent - Variable in class org.aksw.commons.collections.stacks.GenericNestedStack
 
parentMap(T, Function<T, List<T>>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Traverse an op structure and create a map from each subOp to its immediate parent NOTE It must be ensured that common sub expressions are different objects, since we are using an identity hash map for mapping children to parents
parentMap(Map<T, T>, T, Function<T, List<T>>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
parentToChildren - Variable in class org.aksw.commons.collections.trees.TreeImpl
 
parentToChildren - Variable in class org.aksw.commons.collections.trees.TreeOps2
 
pop() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
 
predecessor - Variable in class org.aksw.commons.collections.lists.LinkedListNode
 
prefetch() - Method in class org.aksw.commons.collections.ChainIterator
 
prefetch() - Method in class org.aksw.commons.collections.PrefetchIterator
 
prefetch() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
 
prefetch() - Method in class org.aksw.commons.collections.WindowedSorterIterator
 
PrefetchIterator<T> - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:39:36 PM
PrefetchIterator() - Constructor for class org.aksw.commons.collections.PrefetchIterator
 
propagateBottomUpLabel(Tree<T>, Predicate<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Given a predicate, return the minimum set of nodes, for which all nodes in their subtree satisfy the predicate.
push() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
 
put(Set<K>, V) - Method in interface org.aksw.commons.collections.FeatureMap
 
put(Set<K>, V) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
put(K, V) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
put(K, V) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
put(Map<K, Set<V>>, K, V) - Static method in class org.aksw.commons.collections.MultiMaps
 
put(K, V) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
put(K, V) - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
put(K, V) - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
putAll(K, Collection<V>) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
putAll(ISetMultimap<K, V>) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
putAll(K, Collection<V>) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
putAll(ISetMultimap<K, V>) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
putAll(Map<K, Set<V>>, Map<? extends K, ? extends Set<? extends V>>) - Static method in class org.aksw.commons.collections.MultiMaps
 
putAll(Map<K, Set<V>>, K, Collection<? extends V>) - Static method in class org.aksw.commons.collections.MultiMaps
 
putAll(K, Iterable<? extends V>) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
putAll(Multimap<? extends K, ? extends V>) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
putForAll(Map<K, V>, Iterable<K>, V) - Static method in class org.aksw.commons.collections.MapUtils
Set the same value for a given set of keys

R

randomItem(Collection<T>, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
randomItem(Iterable<T>, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
randomSample(T[], int) - Static method in class org.aksw.commons.collections.random.RandomUtils
Returns a random sample of the given universe.
randomSampleSet(Collection<T>, int, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
randomSampleSet(Collection<T>, int) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
RandomUtils - Class in org.aksw.commons.collections.random
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:43:50 PM Updated by Konrad Höffner 12.8.2011
RandomUtils() - Constructor for class org.aksw.commons.collections.random.RandomUtils
 
reclaim(T) - Method in class org.aksw.commons.collections.trees.ReclaimingSupplier
 
ReclaimingSupplier<T> - Class in org.aksw.commons.collections.trees
 
ReclaimingSupplier(Supplier<T>) - Constructor for class org.aksw.commons.collections.trees.ReclaimingSupplier
 
reclaims - Variable in class org.aksw.commons.collections.trees.ReclaimingSupplier
 
relink() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
remapSubTreesToLeafs(Tree<T>, Function<? super T, ? extends T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
Create a new tree object which has certain nodes remapped with *leaf* nodes
RemovalListenerMultiplexer<K,V> - Class in org.aksw.commons.collections.cache
 
RemovalListenerMultiplexer() - Constructor for class org.aksw.commons.collections.cache.RemovalListenerMultiplexer
 
remove(Object) - Method in class org.aksw.commons.collections.CacheSet
 
remove() - Method in class org.aksw.commons.collections.CartesianProductIterator
 
remove() - Method in class org.aksw.commons.collections.DescenderIterator
 
remove(T) - Method in class org.aksw.commons.collections.diff.CollectionDiff
 
remove(Object) - Method in interface org.aksw.commons.collections.FeatureMap
 
remove(Object) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
remove(K, V) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
remove() - Method in class org.aksw.commons.collections.PrefetchIterator
 
remove(Object, Object) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
remove(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
remove(Object, Object) - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
remove() - Method in class org.aksw.commons.collections.SinglePrefetchIterator
 
remove() - Method in class org.aksw.commons.collections.StackCartesianProductIterator
 
remove(Object) - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
removeAll(Collection<?>) - Method in class org.aksw.commons.collections.CacheSet
 
removeAll(Map<?, ?>, Iterable<?>) - Static method in class org.aksw.commons.collections.MapUtils
 
removeAll(Object) - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
removeAll(Object) - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
removeAll(Object) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
removeAll(Object) - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
removeUnaryNodes(Tree<T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
removeUnaryNodes(Tree<T>, T, ListMultimap<T, T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
removeValue(Object) - Method in interface org.aksw.commons.collections.FeatureMap
 
removeValue(Object) - Method in class org.aksw.commons.collections.FeatureMapImpl
 
renew(Object) - Method in class org.aksw.commons.collections.CacheSet
 
replace(Tree<T>, T, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
replaceChildren - Variable in class org.aksw.commons.collections.trees.TreeOps2
 
replacementToDelegate - Variable in class org.aksw.commons.collections.trees.TreeReplace
 
replaceNode(Tree<T>, T, T, BiPredicate<? super T, ? super T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
replaceValues(K, Iterable<? extends V>) - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
restore() - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
result - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
resultView - Variable in class org.aksw.commons.collections.CartesianProductIterator
 
retainAll(Collection<?>) - Method in class org.aksw.commons.collections.CacheSet
 
retainRandomSample(List<T>, int, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
reverse(Map<K, V>) - Static method in class org.aksw.commons.collections.MapUtils
 
reverse(Map<K, Set<V>>) - Static method in class org.aksw.commons.collections.MultiMaps
Creates a new map that is the reverse of the source
reverse() - Method in interface org.aksw.commons.collections.reversible.ReversibleMap
 
reverse - Variable in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
reverse() - Method in class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
reverse() - Method in interface org.aksw.commons.collections.reversible.ReversibleSetMultimap
 
reverse - Variable in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
reverse() - Method in class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
ReversibleMap<K,V> - Interface in org.aksw.commons.collections.reversible
 
ReversibleMapImpl<K,V> - Class in org.aksw.commons.collections.reversible
 
ReversibleMapImpl() - Constructor for class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
ReversibleMapImpl(Map<K, V>, SetMultimap<V, K>) - Constructor for class org.aksw.commons.collections.reversible.ReversibleMapImpl
 
ReversibleSetMultimap<K,V> - Interface in org.aksw.commons.collections.reversible
Multimap in which a key can only map to a unique value.
ReversibleSetMultimapImpl<K,V> - Class in org.aksw.commons.collections.reversible
This implementation acts as a slave to the ReversibleMap: Insert methods are delegated to ReversibleMap.
ReversibleSetMultimapImpl(ReversibleMap<V, K>, SetMultimap<K, V>) - Constructor for class org.aksw.commons.collections.reversible.ReversibleSetMultimapImpl
 
root - Variable in class org.aksw.commons.collections.trees.LabeledTree
 
root - Variable in class org.aksw.commons.collections.trees.SubTree
 
root - Variable in class org.aksw.commons.collections.trees.TreeDirect
 
root - Variable in class org.aksw.commons.collections.trees.TreeImpl
 
rootNode - Variable in class org.aksw.commons.collections.trees.LabeledTree
 

S

safeGet(Map<K, ? extends Collection<V>>, Object) - Static method in class org.aksw.commons.collections.MultiMaps
This method returns an empty set (Collections.emptySet) for keys that are not in the map.
safeGetAll(Map<K, ? extends Collection<V>>, Collection<?>) - Static method in class org.aksw.commons.collections.MultiMaps
Returns the set of successors for a given set of keys
safeGetC(Map<K, ? extends Collection<V>>, Object) - Static method in class org.aksw.commons.collections.MultiMaps
TODO Add to collection utils
safeGetFirst(Iterable<T>) - Static method in class org.aksw.commons.collections.CollectionUtils
Given an iterable A whose elements are iterables, this method will return the first element of A.
Sample<T> - Class in org.aksw.commons.collections
Created by Claus Stadler Date: Oct 12, 2010 Time: 5:51:59 PM A pair of sets of positives and negative examples.
Sample(Set<T>, Set<T>) - Constructor for class org.aksw.commons.collections.Sample
 
SampleStats<T> - Class in org.aksw.commons.collections
all.negatives may be null, however all other fields must be given!
second - Variable in class org.aksw.commons.collections.Pair
 
setAbandoned() - Method in interface org.aksw.commons.collections.cache.Cache
 
setAbandoned(boolean) - Method in class org.aksw.commons.collections.cache.CacheImpl
 
setAbandoned() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
setComplete() - Method in interface org.aksw.commons.collections.cache.Cache
 
setComplete(boolean) - Method in class org.aksw.commons.collections.cache.CacheImpl
 
setComplete() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
SetDiff<T> - Class in org.aksw.commons.collections.diff
 
SetDiff(Set<T>, Set<T>) - Constructor for class org.aksw.commons.collections.diff.SetDiff
 
SetDiff(Set<T>, Set<T>, Set<T>) - Constructor for class org.aksw.commons.collections.diff.SetDiff
 
setMap(Map<S, T>) - Method in class org.aksw.commons.collections.ValueComparator
 
setMaxItemCount(int) - Method in class org.aksw.commons.collections.CacheSet
Sets a new maximum distance.
SetUtils - Class in org.aksw.commons.collections
 
SetUtils() - Constructor for class org.aksw.commons.collections.SetUtils
 
shuffleRandomSample(List<T>, Collection<T>, int, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
Extracts a random sample of a specified maximum size from the given collection.
shuffleRemoveRandomSample(List<T>, Collection<T>, int, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
shuffleRemoveRandomSampleSet(List<T>, int, Random) - Static method in class org.aksw.commons.collections.random.RandomUtils
 
SinglePrefetchIterator<T> - Class in org.aksw.commons.collections
An abstract base class for iterating over containers of unknown size.
SinglePrefetchIterator() - Constructor for class org.aksw.commons.collections.SinglePrefetchIterator
 
size() - Method in class org.aksw.commons.collections.cache.CacheImpl
 
size() - Method in class org.aksw.commons.collections.CacheSet
 
size() - Method in class org.aksw.commons.collections.CartesianProduct
 
size() - Method in class org.aksw.commons.collections.diff.CollectionDiff
 
size() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
size() - Method in class org.aksw.commons.collections.FlatMapView
 
size() - Method in class org.aksw.commons.collections.IterableCollection
 
size - Variable in class org.aksw.commons.collections.lists.LinkedList
 
size() - Method in class org.aksw.commons.collections.lists.LinkedList
TODO: Ideally the complexity of the size function should be O(1) instead O(n) But this would mean, that certain functions (link / unlink) that are currently part of LinkedListNode would have to go here instead.
size() - Method in class org.aksw.commons.collections.lists.LinkedListNode
Remaining size of the list from this node
size() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
size() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
 
size() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
size - Variable in class org.aksw.commons.collections.stacks.GenericNestedStack
 
size() - Method in class org.aksw.commons.collections.stacks.GenericNestedStack
 
size() - Method in class org.aksw.commons.collections.tracker.TrackingSet
 
StackCartesianProductIterator<T> - Class in org.aksw.commons.collections
 
StackCartesianProductIterator(T[]...) - Constructor for class org.aksw.commons.collections.StackCartesianProductIterator
 
StackCartesianProductIterator(Iterable<? extends T>...) - Constructor for class org.aksw.commons.collections.StackCartesianProductIterator
 
StackCartesianProductIterator(List<? extends Iterable<? extends T>>) - Constructor for class org.aksw.commons.collections.StackCartesianProductIterator
 
stream - Variable in class org.aksw.commons.collections.cache.StreamBackedList
 
stream(BiConsumer<S, Consumer<X>>, S) - Static method in class org.aksw.commons.collections.utils.StreamUtils
 
StreamBackedList<T> - Class in org.aksw.commons.collections.cache
 
StreamBackedList(Stream<T>) - Constructor for class org.aksw.commons.collections.cache.StreamBackedList
 
StreamBackedList(Stream<T>, ExecutorService) - Constructor for class org.aksw.commons.collections.cache.StreamBackedList
 
StreamBackedList(Stream<T>, ExecutorService, boolean) - Constructor for class org.aksw.commons.collections.cache.StreamBackedList
 
StreamUtils - Class in org.aksw.commons.collections.utils
 
StreamUtils() - Constructor for class org.aksw.commons.collections.utils.StreamUtils
 
substitute(T, boolean, TreeOps2<T>, Function<? super T, ? extends T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
substitute(T, boolean, Function<? super T, ? extends Collection<? extends T>>, Function<? super T, ? extends T>, BiFunction<T, List<T>, T>) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
SubTree<T> - Class in org.aksw.commons.collections.trees
 
SubTree(Tree<T>, T) - Constructor for class org.aksw.commons.collections.trees.SubTree
 
SubTree(Tree<T>, T, BiPredicate<T, T>) - Constructor for class org.aksw.commons.collections.trees.SubTree
 
subTree(Tree<T>, T) - Static method in class org.aksw.commons.collections.trees.TreeUtils
 
successor - Variable in class org.aksw.commons.collections.lists.LinkedListNode
 

T

tagSetToValues - Variable in class org.aksw.commons.collections.FeatureMapImpl
 
tagToCount - Variable in class org.aksw.commons.collections.FeatureMapImpl
 
tagToTagSets - Variable in class org.aksw.commons.collections.FeatureMapImpl
 
toArray() - Method in class org.aksw.commons.collections.CacheSet
 
toArray(X[]) - Method in class org.aksw.commons.collections.CacheSet
 
toList() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
toMap(Map<K, ? extends Collection<V>>) - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
Helper function to convert a multimap into a map.
toString() - Method in class org.aksw.commons.collections.cache.CachingIterable
 
toString() - Method in class org.aksw.commons.collections.cache.IndexBasedIterator
 
toString() - Method in class org.aksw.commons.collections.CacheSet
 
toString() - Method in class org.aksw.commons.collections.diff.Diff
 
toString() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
toString() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 
toString() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
 
toString() - Method in class org.aksw.commons.collections.Pair
 
toString() - Method in class org.aksw.commons.collections.Sample
 
toString() - Method in class org.aksw.commons.collections.SampleStats
 
toString() - Method in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
toString() - Method in class org.aksw.commons.collections.trees.LabeledTree
 
toString() - Method in class org.aksw.commons.collections.trees.TreeImpl
 
toString() - Method in class org.aksw.commons.collections.trees.TreeNodeImpl
 
toString() - Method in class org.aksw.commons.collections.trees.TreeOps2
 
toString() - Method in class org.aksw.commons.collections.trees.TreeReplace
 
toStringWithSize(Collection<?>) - Static method in class org.aksw.commons.collections.SampleStats
 
TrackingSet<T> - Class in org.aksw.commons.collections.tracker
Set which tracks insertions and removals to another set Can be used with maps by applying it to their .entrySet()
TrackingSet(Set<T>) - Constructor for class org.aksw.commons.collections.tracker.TrackingSet
 
transitiveClosure(Map<T, Set<T>>) - Static method in class org.aksw.commons.collections.MultiMaps
 
transitiveClosure(Map<T, Set<T>>, boolean) - Static method in class org.aksw.commons.collections.MultiMaps
 
transitiveClosureInPlace(Map<T, Set<T>>) - Static method in class org.aksw.commons.collections.MultiMaps
 
transitiveGet(Map<T, ? extends Collection<T>>, Object) - Static method in class org.aksw.commons.collections.MultiMaps
 
transitiveGetAll(Map<T, ? extends Collection<T>>, Iterable<?>) - Static method in class org.aksw.commons.collections.MultiMaps
 
transitiveGetBoth(IBiSetMultimap<T, T>, Object) - Static method in class org.aksw.commons.collections.multimaps.MultimapUtils
A transitive get in both directions
tree - Variable in class org.aksw.commons.collections.trees.LabeledNodeImpl
 
Tree<T> - Interface in org.aksw.commons.collections.trees
Maybe a tree is an IndirectTree, so that each node represents itself?
tree - Variable in class org.aksw.commons.collections.trees.TreeNodeImpl
 
TreeBase<T> - Class in org.aksw.commons.collections.trees
Base implementation that lazily caches the node count
TreeBase() - Constructor for class org.aksw.commons.collections.trees.TreeBase
 
TreeDirect<T> - Class in org.aksw.commons.collections.trees
 
TreeDirect(T, ReversibleMap<T, T>) - Constructor for class org.aksw.commons.collections.trees.TreeDirect
 
TreeImpl<T> - Class in org.aksw.commons.collections.trees
 
TreeImpl(T, Function<T, List<T>>, Function<T, T>, BiFunction<T, List<T>, T>) - Constructor for class org.aksw.commons.collections.trees.TreeImpl
 
TreeNode<T> - Interface in org.aksw.commons.collections.trees
 
TreeNodeImpl<T> - Class in org.aksw.commons.collections.trees
Data structure that pairs a tree with one of its nodes.
TreeNodeImpl(Tree<T>, T) - Constructor for class org.aksw.commons.collections.trees.TreeNodeImpl
 
TreeOps<T> - Interface in org.aksw.commons.collections.trees
 
TreeOps2<T> - Class in org.aksw.commons.collections.trees
Class that groups several functions for tree traversal and modification.
TreeOps2(Function<T, List<T>>, Function<T, T>, BiFunction<T, List<T>, T>) - Constructor for class org.aksw.commons.collections.trees.TreeOps2
 
TreeReplace<T> - Class in org.aksw.commons.collections.trees
Tree wrapper with bidirectional replacement of certain nodes with leaf nodes.
TreeReplace(Tree<T>, Map<T, T>, Map<T, T>) - Constructor for class org.aksw.commons.collections.trees.TreeReplace
 
TreeSetDiff<T> - Class in org.aksw.commons.collections.diff
 
TreeSetDiff() - Constructor for class org.aksw.commons.collections.diff.TreeSetDiff
 
TreeSetDiff(Comparator<T>) - Constructor for class org.aksw.commons.collections.diff.TreeSetDiff
 
TreeUtils - Class in org.aksw.commons.collections.trees
 
TreeUtils() - Constructor for class org.aksw.commons.collections.trees.TreeUtils
 

U

unlink() - Method in class org.aksw.commons.collections.lists.LinkedListNode
 

V

value - Variable in class org.aksw.commons.collections.stacks.GenericNestedStack
 
ValueComparator<S,T extends Comparable<T>> - Class in org.aksw.commons.collections
Compares elements based on the order of their values in a given map.
ValueComparator(Map<S, T>) - Constructor for class org.aksw.commons.collections.ValueComparator
 
values() - Method in interface org.aksw.commons.collections.FeatureMap
 
values() - Method in class org.aksw.commons.collections.FeatureMapImpl
 
values(Map<K, Set<V>>) - Static method in class org.aksw.commons.collections.MultiMaps
 
values() - Method in class org.aksw.commons.collections.reversible.AbstractSetMultimap
 
valueToTagSets - Variable in class org.aksw.commons.collections.FeatureMapImpl
 

W

WindowedSorterIterator<T> - Class in org.aksw.commons.collections
 
WindowedSorterIterator(Iterator<T>, int, Comparator<T>) - Constructor for class org.aksw.commons.collections.WindowedSorterIterator
 
wrap(Iterable<T>) - Static method in class org.aksw.commons.collections.IterableCollection
 
wrap(Iterator<T>, int, Comparator<T>) - Static method in class org.aksw.commons.collections.WindowedSorterIterator
 

_

_add(K) - Method in class org.aksw.commons.collections.CacheSet
Put operations are done for the current time
A B C D E F G H I K L M N O P R S T U V W _ 
Skip navigation links

Copyright © 2018. All rights reserved.