Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
V
W
_
A
add(K)
- Method in class org.aksw.commons.collections.
CacheSet
add(T)
- Method in class org.aksw.commons.collections.diff.
CollectionDiff
add(Statement)
- Method in class org.aksw.commons.collections.diff.
ModelDiff
Basically adds a statement to the set of added items.
add(Model)
- Method in class org.aksw.commons.collections.diff.
ModelDiff
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
asMap()
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
asMap()
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
asSet(Collection<T>)
- Static method in class org.aksw.commons.collections.
CollectionUtils
B
BiHashMultimap
<
K
,
V
> - Class in
org.aksw.commons.collections.multimaps
BiHashMultimap()
- 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
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
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
CartesianProductIterator
<
T
> - Class in
org.aksw.commons.collections
FIXME Make use of PrefetchIteratorScala
CartesianProductIterator(T[]...)
- Constructor for class org.aksw.commons.collections.
CartesianProductIterator
CartesianProductIterator(Iterable<? extends T>...)
- Constructor for class org.aksw.commons.collections.
CartesianProductIterator
CartesianProductIterator(List<? extends 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
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.diff.
ModelDiff
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.
Sample
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
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
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(Resource, Resource)
- Method in class org.aksw.commons.collections.
ResourceComparator
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
containsKey(Object)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
containsKey(Object)
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
containsValue(Object)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
containsValue(Object)
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
copy(Map<K, Set<V>>)
- Static method in class org.aksw.commons.collections.
MultiMaps
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()
- 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
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
D
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
Diff
<
T
> - Class in
org.aksw.commons.collections.diff
Diff(T, T, T)
- Constructor for class org.aksw.commons.collections.diff.
Diff
E
entries()
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
entries()
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
equals(Object)
- Method in class org.aksw.commons.collections.
CacheSet
equals(Object)
- Method in class org.aksw.commons.collections.
Pair
F
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
finish()
- Method in class org.aksw.commons.collections.
SinglePrefetchIterator
first
- Variable in class org.aksw.commons.collections.
Pair
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
formatHumanReadable(SampleStats<?>)
- Static method in class org.aksw.commons.collections.
SampleStats
G
get(Object)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
get(Object)
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
getAdded()
- Method in class org.aksw.commons.collections.diff.
Diff
getAdded()
- Method in interface org.aksw.commons.collections.diff.
IDiff
getAll()
- Method in class org.aksw.commons.collections.
SampleStats
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.
getDescendCollection(T)
- Method in interface org.aksw.commons.collections.
Descender
getDescendCollection(File)
- Method in class org.aksw.commons.collections.
FileDescender
getExamples()
- Method in class org.aksw.commons.collections.
SampleStats
getFalse()
- Method in class org.aksw.commons.collections.
SampleStats
getFMeasure()
- Method in class org.aksw.commons.collections.
SampleStats
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
getKeyTime(K)
- Method in class org.aksw.commons.collections.
CacheSet
getNegatives()
- Method in class org.aksw.commons.collections.
Sample
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
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
getRetained()
- Method in class org.aksw.commons.collections.diff.
Diff
getRetained()
- Method in interface org.aksw.commons.collections.diff.
IDiff
getTrue()
- Method in class org.aksw.commons.collections.
SampleStats
H
hashCode()
- Method in class org.aksw.commons.collections.
CacheSet
hashCode()
- Method in class org.aksw.commons.collections.
Pair
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.
CartesianProductIterator
hasNext()
- Method in class org.aksw.commons.collections.
DescenderIterator
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
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
IDiff
<
T
> - Interface in
org.aksw.commons.collections.diff
isCompatible(Map<K, V>, Map<K, 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.
isEmpty()
- Method in class org.aksw.commons.collections.
CacheSet
isEmpty()
- Method in class org.aksw.commons.collections.
Sample
ISetMultimap
<
K
,
V
> - Interface in
org.aksw.commons.collections.multimaps
isPartiallyCompatible(Map<K, V>, Map<K, V>)
- Static method in class org.aksw.commons.collections.
MapUtils
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
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.
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.
TransformCollection
iterator()
- Method in class org.aksw.commons.collections.
TransformIterable
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
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
L
ListDiff
<
T
> - Class in
org.aksw.commons.collections.diff
ListDiff()
- Constructor for class org.aksw.commons.collections.diff.
ListDiff
loadChildren()
- Method in class org.aksw.commons.collections.
DescenderIterator
M
makeIterable(Iterator<T>)
- Static method in class org.aksw.commons.collections.
IteratorUtils
MapUtils
- Class in
org.aksw.commons.collections
Created by IntelliJ IDEA.
MapUtils()
- Constructor for class org.aksw.commons.collections.
MapUtils
ModelDiff
- Class in
org.aksw.commons.collections.diff
ModelDiff()
- Constructor for class org.aksw.commons.collections.diff.
ModelDiff
ModelDiff(Model, Model, Model)
- Constructor for class org.aksw.commons.collections.diff.
ModelDiff
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
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.
PrefetchIterator
next()
- Method in class org.aksw.commons.collections.
SinglePrefetchIterator
next()
- Method in class org.aksw.commons.collections.
StackCartesianProductIterator
O
org.aksw.commons.collections
- package org.aksw.commons.collections
org.aksw.commons.collections.diff
- package org.aksw.commons.collections.diff
org.aksw.commons.collections.multimaps
- package org.aksw.commons.collections.multimaps
org.aksw.commons.collections.random
- package org.aksw.commons.collections.random
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
pop()
- Method in class org.aksw.commons.collections.
StackCartesianProductIterator
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
push()
- Method in class org.aksw.commons.collections.
StackCartesianProductIterator
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
putAll(ISetMultimap<K, V>)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
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
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
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(Statement)
- Method in class org.aksw.commons.collections.diff.
ModelDiff
Adds an item to the set of removed items, unless an equal statement is contained in the added-set.
remove(Model)
- Method in class org.aksw.commons.collections.diff.
ModelDiff
remove(K, V)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
remove()
- Method in class org.aksw.commons.collections.
PrefetchIterator
remove()
- Method in class org.aksw.commons.collections.
SinglePrefetchIterator
remove()
- Method in class org.aksw.commons.collections.
StackCartesianProductIterator
removeAll(Collection<?>)
- Method in class org.aksw.commons.collections.
CacheSet
removeAll(Object)
- Method in class org.aksw.commons.collections.multimaps.
BiHashMultimap
removeAll(Object)
- Method in interface org.aksw.commons.collections.multimaps.
ISetMultimap
renew(Object)
- Method in class org.aksw.commons.collections.
CacheSet
ResourceComparator
- Class in
org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:46:56 PM
ResourceComparator()
- Constructor for class org.aksw.commons.collections.
ResourceComparator
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
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
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
Contains static result-returning methods for the basic set operations union, intersection, difference and complement.
Sets()
- Constructor for class org.aksw.commons.collections.
Sets
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
size()
- Method in class org.aksw.commons.collections.
TransformCollection
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
StringTransformer
<
T
> - Class in
org.aksw.commons.collections
Created by Claus Stadler Date: Oct 9, 2010 Time: 5:48:49 PM
StringTransformer()
- Constructor for class org.aksw.commons.collections.
StringTransformer
T
toArray()
- Method in class org.aksw.commons.collections.
CacheSet
toArray(X[])
- Method in class org.aksw.commons.collections.
CacheSet
toString()
- Method in class org.aksw.commons.collections.
CacheSet
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
toStringWithSize(Collection<?>)
- Static method in class org.aksw.commons.collections.
SampleStats
transform(T)
- Method in class org.aksw.commons.collections.
StringTransformer
TransformCollection
<
I
,
O
> - Class in
org.aksw.commons.collections
Created by Claus Stadler Date: Oct 8, 2010 Time: 5:34:10 PM
TransformCollection(Collection<I>, Transformer<I, O>)
- Constructor for class org.aksw.commons.collections.
TransformCollection
transformedView(Collection<I>, Transformer<I, O>)
- Static method in class org.aksw.commons.collections.
TransformCollection
transformedView(Iterable<I>, Transformer<I, O>)
- Static method in class org.aksw.commons.collections.
TransformIterable
TransformIterable
<
I
,
O
> - Class in
org.aksw.commons.collections
Created by Claus Stadler Date: Oct 8, 2010 Time: 5:32:34 PM
TransformIterable(Iterable<I>, Transformer<I, O>)
- Constructor for class org.aksw.commons.collections.
TransformIterable
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
transitiveGetBoth(IBiSetMultimap<T, T>, Object)
- Static method in class org.aksw.commons.collections.multimaps.
MultimapUtils
A transitive get in both directions
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
V
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(Map<K, Set<V>>)
- Static method in class org.aksw.commons.collections.
MultiMaps
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
L
M
N
O
P
R
S
T
V
W
_
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012. All Rights Reserved.