Uses of Class
org.javatuples.Unit
Packages that use Unit
-
Uses of Unit in org.javatuples
Methods in org.javatuples that return UnitModifier and TypeMethodDescriptionstatic <X> Unit
<X> Unit.fromArray
(X[] array) Create tuple from array.static <X> Unit
<X> Unit.fromCollection
(Collection<X> collection) Create tuple from collection.static <X> Unit
<X> Unit.fromIterable
(Iterable<X> iterable) Create tuple from iterable.static <X> Unit
<X> Unit.fromIterable
(Iterable<X> iterable, int index) Create tuple from iterable, starting from the specified index.private static <X> Unit
<X> Unit.fromIterable
(Iterable<X> iterable, int index, boolean exactSize) Pair.removeFrom0()
Pair.removeFrom1()
<X> Unit
<X> Unit.setAt0
(X value) static <A> Unit
<A> Unit.with
(A value0) Methods in org.javatuples with parameters of type UnitModifier and TypeMethodDescription