IReadonlyAttributeContainer instead.@Deprecated public interface IReadonlyFlagContainer extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFlag(String sName)
Deprecated.
Check if an flag of the given name is contained.
|
boolean |
containsNoFlag()
Deprecated.
|
Set<String> |
getAllFlags()
Deprecated.
|
int |
getFlagCount()
Deprecated.
|
@Nonnegative int getFlagCount()
boolean containsNoFlag()
true if this flag container does not contain any flag
at all, false if at least one flag is contained.boolean containsFlag(@Nullable String sName)
sName - name of the flag to checktrue if the flag is contained, false
otherwise@Nonnull @ReturnsMutableCopy Set<String> getAllFlags()
null set with all contained flags.Copyright © 2014–2015 Philip Helger. All rights reserved.