Package org.glassfish.grizzly.utils
Class Holder.LazyIntHolder
- java.lang.Object
-
- org.glassfish.grizzly.utils.Holder<Integer>
-
- org.glassfish.grizzly.utils.Holder.IntHolder
-
- org.glassfish.grizzly.utils.Holder.LazyIntHolder
-
public abstract static class Holder.LazyIntHolder extends Holder.IntHolder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.grizzly.utils.Holder
Holder.IntHolder, Holder.LazyHolder<E>, Holder.LazyIntHolder
-
-
Constructor Summary
Constructors Constructor Description LazyIntHolder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract intevaluate()intgetInt()-
Methods inherited from class org.glassfish.grizzly.utils.Holder.IntHolder
get
-
Methods inherited from class org.glassfish.grizzly.utils.Holder
lazyHolder, lazyIntHolder, staticHolder, staticIntHolder, toString
-
-
-
-
Method Detail
-
getInt
public final int getInt()
- Specified by:
getIntin classHolder.IntHolder
-
evaluate
protected abstract int evaluate()
-
-