Class Comparators.Params2.CallbackStackItem<E,T1,T2>
java.lang.Object
zombie.util.PooledObject
zombie.util.lambda.Comparators.Params2.CallbackStackItem<E,T1,T2>
- All Implemented Interfaces:
Comparator<E>,IPooledObject
- Enclosing class:
Comparators.Params2
public static final class Comparators.Params2.CallbackStackItem<E,T1,T2>
extends PooledObject
implements Comparator<E>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E,T1, T2>
Comparators.Params2.CallbackStackItem<E, T1, T2> alloc(T1 object0, T2 object1, Comparators.Params2.ICallback<E, T1, T2> iCallback) intvoidMethods inherited from class zombie.util.PooledObject
getPoolReference, isFree, release, setFree, setPoolMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CallbackStackItem
public CallbackStackItem()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<E>
-
alloc
public static <E,T1, Comparators.Params2.CallbackStackItem<E,T2> T1, allocT2> (T1 object0, T2 object1, Comparators.Params2.ICallback<E, T1, T2> iCallback) -
onReleased
public void onReleased()- Specified by:
onReleasedin interfaceIPooledObject
-