Package | Description |
---|---|
sirius.kernel.commons |
Provides common classes used by large parts of the framework.
|
Modifier and Type | Field and Description |
---|---|
protected List<ComparableTuple<Integer,T>> |
PriorityCollector.data |
Modifier and Type | Method and Description |
---|---|
static <F extends Comparable<F>,S> |
ComparableTuple.create(F first)
Creates a new tuple by only specifying the first value of the tuple.
|
static <F extends Comparable<F>,S> |
ComparableTuple.create(F first,
S second)
Creates a new tuple with the given values.
|
static <F extends Comparable<F>,S> |
ComparableTuple.createTuple()
Creates a new tuple without any values.
|
Modifier and Type | Method and Description |
---|---|
static <K extends Comparable<K>,V> |
ComparableTuple.fromComparableMap(Map<K,V> map)
Converts a map into a list of tuples.
|
Modifier and Type | Method and Description |
---|---|
int |
ComparableTuple.compareTo(ComparableTuple<F,S> o) |
Copyright © 2018. All rights reserved.