|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.net.URI,O>
com.ihr.xbrl.om.URIIndexableDocument<O>
O - public class URIIndexableDocument<O>
Template class to create sets of documents indexed by a document key.
| Constructor Summary | |
|---|---|
URIIndexableDocument()
|
|
| Method Summary | |
|---|---|
boolean |
containsKey(java.lang.Object key)
|
O |
get(java.lang.Object key)
|
O |
put(java.net.URI key,
O value)
|
| Methods inherited from class java.util.Hashtable |
|---|
clear, clone, contains, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public URIIndexableDocument()
| Method Detail |
|---|
public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.Map<java.net.URI,O>containsKey in class java.util.Hashtable<java.net.URI,O>public O get(java.lang.Object key)
get in interface java.util.Map<java.net.URI,O>get in class java.util.Hashtable<java.net.URI,O>
public O put(java.net.URI key,
O value)
put in interface java.util.Map<java.net.URI,O>put in class java.util.Hashtable<java.net.URI,O>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||