Uses of Class
VASSAL.tools.lang.Pair
Package | Description |
---|---|
VASSAL.launch | |
VASSAL.tools.concurrent | |
VASSAL.tools.concurrent.listener | |
VASSAL.tools.lang | |
VASSAL.tools.swing |
-
Uses of Pair in VASSAL.launch
Methods in VASSAL.launch that return Pair Modifier and Type Method Description protected Pair<Integer,Integer>
TilingHandler. findImages(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String,IOException>> failed)
-
Uses of Pair in VASSAL.tools.concurrent
-
Uses of Pair in VASSAL.tools.concurrent.listener
Fields in VASSAL.tools.concurrent.listener with type parameters of type Pair Modifier and Type Field Description protected Collection<Pair<Object,T>>
EventAccumulator. col
Methods in VASSAL.tools.concurrent.listener that return types with arguments of type Pair Modifier and Type Method Description Collection<Pair<Object,T>>
EventAccumulator. events()
Gets the collection of received source-event pairs.Constructor parameters in VASSAL.tools.concurrent.listener with type arguments of type Pair Constructor Description EventAccumulator(Collection<Pair<Object,T>> col)
-
Uses of Pair in VASSAL.tools.lang
Methods in VASSAL.tools.lang that return Pair Modifier and Type Method Description static <A, B> Pair<A,B>
Pair. of(A first, B second)
A convenience method for creating pairs without specifying the types. -
Uses of Pair in VASSAL.tools.swing