de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered
Class ArraySet
java.util.ArrayList

de.tuberlin.cs.flp.jspwiki.util.PropertiesOrdered.ArraySet
- All known implemented Interfaces:
-
Set
-
private class ArraySet
- Inner class ArraySet.
- Authors:
- Jens Gulden
- Version:
- 0.1.0
|
Attribute Summary
|
|
private
ArrayList
|
entries
The entries.
|
|
Method Summary
|
|
public
boolean
|
add(Object o)
|
public
boolean
|
addAll(Collection c)
Adds a all.
|
public
boolean
|
contains(Object o)
|
public
boolean
|
containsAll(Collection c)
|
public
Iterator
|
iterator()
|
public
boolean
|
removeAll(Collection c)
Removes a all.
|
public
boolean
|
retainAll(Collection c)
|
public
Object[]
|
toArray()
|
public
Object[]
|
toArray(Object[] a)
|
|
Association Summary
|
|
|
|
|
Own Association End Summary
|
|
|
The keys in order. |
|
Opposite Association End Summary
|
|
|
|
Tagged Values
|
static
|
false
|
documentation#author
|
Jens Gulden
|
documentation#version
|
0.1.0
|
|
Attribute Detail
|
|
entries
private
ArrayList entries
Multiplicity: 1..1
Ordering: unspecified
The entries.
|
Method Detail
|
|
add
public
boolean add(Object o)
- Parameters:
o
- The object.
- Returns:
-
addAll
public
boolean addAll(Collection c)
Adds a all.
- Parameters:
c
- The collection.
- Returns:
-
contains
public
boolean contains(Object o)
- Parameters:
o
- The object.
- Returns:
-
containsAll
public
boolean containsAll(Collection c)
- Parameters:
c
- The collection.
- Returns:
-
iterator
public
Iterator
iterator()
- Returns:
-
removeAll
public
boolean removeAll(Collection c)
Removes a all.
- Parameters:
c
- The collection.
- Returns:
-
retainAll
public
boolean retainAll(Collection c)
- Parameters:
c
- The collection.
- Returns:
-
toArray
public
Object[] toArray()
- Returns:
-
toArray
public
Object[] toArray(Object[] a)
- Parameters:
a
- The object array.
- Returns:
-
|
Association Detail
|
|
Opposite Association End PropertiesOrdered
public
PropertiesOrdered PropertiesOrdered
[1..1]
Own Association End keysInOrder
protected
ArraySet keysInOrder
[1..1] navigable
The keys in order.
-
Association Tagged Values
|
gentleware-initialValue
|
new ArraySet()
|
Generated with Poseidon for UML
TM.
Poseidon is a registered trademark of
Gentleware AG in the USA and other countries.
Copyright 2003-2006 Gentleware AG, Ludwigstr. 12, 20357 Hamburg, Germany. All Rights Reserved.
UML is a trademark or registered trademark of Object Management Group, Inc. in the U.S. and other countries.