public interface IStateHolder<C>
Modifier and Type | Method and Description |
---|---|
<T extends java.lang.Comparable<T>> |
cycle(IProperty<T> property) |
<T extends java.lang.Comparable<T>> |
get(IProperty<T> property) |
java.util.Collection<IProperty<?>> |
getProperties() |
com.google.common.collect.ImmutableMap<IProperty<?>,java.lang.Comparable<?>> |
getValues() |
<T extends java.lang.Comparable<T>> |
has(IProperty<T> property) |
<T extends java.lang.Comparable<T>,V extends T> |
with(IProperty<T> property,
V value) |
java.util.Collection<IProperty<?>> getProperties()
<T extends java.lang.Comparable<T>> boolean has(IProperty<T> property)
<T extends java.lang.Comparable<T>> T get(IProperty<T> property)
com.google.common.collect.ImmutableMap<IProperty<?>,java.lang.Comparable<?>> getValues()