|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--com.hp.hpl.mesa.rdf.jena.common.prettywriter.ArrayMap
Creates a Map from an array of pairs.
Inner classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
ArrayMap(java.lang.Object[][] pairs)
Creates new ArrayMap |
Method Summary | |
java.util.Set |
entrySet()
|
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ArrayMap(java.lang.Object[][] pairs)
pairs
- The key-value pairs in the Map.Method Detail |
public java.util.Set entrySet()
entrySet
in class java.util.AbstractMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |