Class BiIndex
java.lang.Object
org.reactfx.util.BiIndex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadjustMajor(int adjustment) adjustMinor(int adjustment) <T> Tmap(BiFunction<Integer, Integer, T> f) toString()
-
Field Details
-
major
public final int major -
minor
public final int minor
-
-
Constructor Details
-
BiIndex
public BiIndex(int major, int minor)
-
-
Method Details
-
map
-
adjustMajor
-
adjustMinor
-
toString
-