Package | Description |
---|---|
propel.core.collections.maps.multi | |
propel.core.functional.projections |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Triple<T,K,V>> |
SharedMapMultimap.iterator() |
java.util.Iterator<Triple<T,K,V>> |
MapMultimap.iterator() |
Modifier and Type | Method and Description |
---|---|
static <TFirst,TSecond,TThird> |
Tuples.tripleFirstSelector(Triple<TFirst,TSecond,TThird> triple)
Returns the first element of the triple
|
static <TFirst,TSecond,TThird> |
Tuples.tripleSecondSelector(Triple<TFirst,TSecond,TThird> triple)
Returns the second element of the triple
|
static <TFirst,TSecond,TThird> |
Tuples.tripleThirdSelector(Triple<TFirst,TSecond,TThird> triple)
Returns the third element of the triple
|