|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<DcList.Value>
com.esri.gpt.server.csw.client.DcList
public class DcList
The Class DcList. List that has key value pairs. The keys can be duplicate and will produce a list on get(key)
| Nested Class Summary | |
|---|---|
class |
DcList.Value
The Class Value. |
| Field Summary | |
|---|---|
static String |
DELIMETER_LIST
The Constant DELIMETER_LIST. |
static String |
DELIMETER_VALUES
The Constant DELIMETER_VALUES. |
static String |
EMPTY_SCHEME
The Constant EMPTY_SCHEME. |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
DcList()
Instantiates a new dc list. |
|
DcList(String dcList)
Instantiates a new dc list. |
|
| Method Summary | |
|---|---|
void |
add(String dcString)
Adds the. |
List<String> |
get(String scheme)
Gets the. |
void |
remove(String val)
Removes the value. |
void |
removeScheme(String urn)
Removes the scheme. |
void |
removeValue(String val)
Removes the value. |
| Methods inherited from class java.util.LinkedList |
|---|
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
|---|
iterator |
| Methods inherited from class java.util.AbstractList |
|---|
equals, hashCode, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Methods inherited from interface java.util.Deque |
|---|
iterator |
| Field Detail |
|---|
public static final String DELIMETER_LIST
public static final String DELIMETER_VALUES
public static final String EMPTY_SCHEME
| Constructor Detail |
|---|
public DcList()
public DcList(String dcList)
dcList - the dc list| Method Detail |
|---|
public void add(String dcString)
dcString - the dc stringpublic List<String> get(String scheme)
scheme - the scheme (if null or empty, EMPTY_SCHEME will be used)
public void removeScheme(String urn)
urn - the urnpublic void removeValue(String val)
val - the valpublic void remove(String val)
val - the valremoveValue(String)
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||