Package zombie.util.lambda
Class Comparators.Params2.CallbackStackItem
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Comparators.Params2.CallbackStackItem
- All Implemented Interfaces:
Comparator
,IPooledObject
- Enclosing class:
- Comparators.Params2
public static final class Comparators.Params2.CallbackStackItem
extends PooledObject
implements Comparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalloc
(Object object, Object object2, Comparators.Params2.ICallback iCallback) int
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CallbackStackItem
public CallbackStackItem()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator
-
alloc
public static Comparators.Params2.CallbackStackItem alloc(Object object, Object object2, Comparators.Params2.ICallback iCallback) -
onReleased
public void onReleased()- Specified by:
onReleased
in interfaceIPooledObject
-