- 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
-
- 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.
- Sets - Class in org.aksw.commons.collections
-
Deprecated.
- Sets() - Constructor for class org.aksw.commons.collections.Sets
-
Deprecated.
- 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.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.FlatMapView
-
- size() - Method in class org.aksw.commons.collections.IterableCollection
-
- size() - Method in class org.aksw.commons.collections.multimaps.BiHashMultimap
-
- size() - Method in interface org.aksw.commons.collections.multimaps.ISetMultimap
-
- 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
-