Class IntegerOrMax
java.lang.Object
tigase.pubsub.utils.IntegerOrMax
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrMax(int valueForMax) intgetOrMaxGet(IntSupplier valueForMaxSupplier) intgetValue()booleanisMax()toString()static IntegerOrMax
-
Field Details
-
MAX
-
-
Constructor Details
-
IntegerOrMax
public IntegerOrMax(int value)
-
-
Method Details
-
valueOf
-
getValue
public int getValue() -
isMax
public boolean isMax() -
getOrMax
public int getOrMax(int valueForMax) -
getOrMaxGet
-
getOrNull
-
toString
-