| Constructor and Description |
|---|
RevFlagSet()
Create an empty set of flags.
|
RevFlagSet(java.util.Collection<RevFlag> s)
Create a set of flags, copied from an existing collection.
|
RevFlagSet(RevFlagSet s)
Create a set of flags, copied from an existing set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(RevFlag flag) |
boolean |
contains(java.lang.Object o) |
boolean |
containsAll(java.util.Collection<?> c) |
java.util.Iterator<RevFlag> |
iterator() |
boolean |
remove(java.lang.Object o) |
int |
size() |
addAll, clear, isEmpty, retainAll, toArray, toArray, toStringpublic RevFlagSet()
public RevFlagSet(RevFlagSet s)
s - the set to copy flags from.public RevFlagSet(java.util.Collection<RevFlag> s)
s - the collection to copy flags from.Copyright © 2012. All Rights Reserved.