|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dtolabs.rundeck.core.utils.Pairs
public class Pairs
Utility methods for using Pair
instances
Constructor Summary | |
---|---|
Pairs()
|
Method Summary | ||
---|---|---|
static
|
listFirst(java.util.List<Pair<T,W>> list)
Return a List of the first items from a list of pairs |
|
static
|
listSecond(java.util.List<Pair<T,W>> list)
Return a List of the second items from a list of pairs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pairs()
Method Detail |
---|
public static <T,W> java.util.List<T> listFirst(java.util.List<Pair<T,W>> list)
T
- W
- list
-
public static <T,W> java.util.List<W> listSecond(java.util.List<Pair<T,W>> list)
T
- W
- list
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |