Package | Description |
---|---|
org.xins.common.collections |
Collection-related utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtectedList.add(Object secretKey,
Object element)
Adds the specified element to the list.
|
void |
ProtectedPropertyReader.clear(Object secretKey)
Removes all properties.
|
void |
ProtectedPropertyReader.copyFrom(Object secretKey,
PropertyReader source)
Copies all entries from the specified property reader into this one.
|
void |
ProtectedList.remove(Object secretKey,
int index)
Removes the specified element.
|
void |
ProtectedList.remove(Object secretKey,
Object element)
Removes the specified element.
|
void |
ProtectedPropertyReader.remove(Object secretKey,
String name)
Removes the specified property.
|
void |
ProtectedPropertyReader.set(Object secretKey,
String name,
String value)
Sets the specified property to the specified value.
|
See http://www.xins.org/.