Package zombie.util.lambda
Class Comparators.Params1.CallbackStackItem
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Comparators.Params1.CallbackStackItem
- All Implemented Interfaces:
Comparator
,IPooledObject
- Enclosing class:
- Comparators.Params1
public static final class Comparators.Params1.CallbackStackItem
extends PooledObject
implements Comparator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalloc
(Object object, Comparators.Params1.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.Params1.CallbackStackItem alloc(Object object, Comparators.Params1.ICallback iCallback) -
onReleased
public void onReleased()- Specified by:
onReleased
in interfaceIPooledObject
-