Package org.infinispan.functional
Class MetaParam.MetaBoolean
- java.lang.Object
-
- org.infinispan.functional.MetaParam.MetaBoolean
-
- Direct Known Subclasses:
MetaParam.MetaLoadedFromPersistence
,MetaParam.MetaUpdateCreationTime
@Experimental public abstract static class MetaParam.MetaBoolean extends Object implements MetaParam<Boolean>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.functional.MetaParam
MetaParam.Lookup, MetaParam.MetaBoolean, MetaParam.MetaCreated, MetaParam.MetaEntryVersion, MetaParam.MetaLastUsed, MetaParam.MetaLifespan, MetaParam.MetaLoadedFromPersistence, MetaParam.MetaLong, MetaParam.MetaMaxIdle, MetaParam.MetaUpdateCreationTime, MetaParam.Writable<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
value
-
Constructor Summary
Constructors Constructor Description MetaBoolean(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
get()
Returns the value of the meta parameter.int
hashCode()
-