Constructor and Description |
---|
TupleNameSpace() |
Modifier and Type | Method and Description |
---|---|
int |
add(String key,
T value) |
int |
count() |
List<T> |
entries() |
T |
get(int index) |
T |
get(String key) |
int |
indexOf(String key) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
void |
replace(String key,
T replaceWith) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
Copyright © 1970 The Apache Software Foundation. All rights reserved.