|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.internet2.middleware.ldappc.synchronize.AttributeModifier.Values
public class AttributeModifier.Values
Implements optional case ignoring set by backing it with a Map, mapping the possibly lowercased values to the actual values.
| Constructor Summary | |
|---|---|
AttributeModifier.Values()
|
|
| Method Summary | |
|---|---|
boolean |
add(String value)
Adds the specified element to the values if it is not already present. |
boolean |
addAll(Iterable<String> iterable)
Adds all of the elements in the specified iterable to the values if they're not already present. |
void |
clear()
Removes all of the elements from the values. |
boolean |
contains(Object object)
Returns true if the values contain the specified element. |
Iterator<String> |
iterator()
|
boolean |
remove(String value)
Removes the specified element from the values if it is present. |
int |
size()
Returns the number of elements in the values. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeModifier.Values()
| Method Detail |
|---|
public boolean add(String value)
value - element to be added to the values.
public boolean addAll(Iterable<String> iterable)
iterable - iterable whose elements are to be added to the values.
public void clear()
public Iterator<String> iterator()
iterator in interface Iterable<String>public boolean contains(Object object)
object - element whose presence in the values is to be tested.
public boolean remove(String value)
value - element to be removed from the values, if present.
public int size()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||