|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
com.timeindexing.util.CascadingMap
com.timeindexing.index.IndexProperties
The index properties are a map of names to objects.
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Constructor Summary | |
IndexProperties()
A constructor. |
|
IndexProperties(IndexProperties aSubMap)
A constructor which specifies a submap |
|
IndexProperties(java.util.Properties properties)
Construct some IndexProperties using a Properties object. |
Methods inherited from class com.timeindexing.util.CascadingMap |
containsKey, depth, get, getSubmap, hasSubmap, keySet |
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, isEmpty, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
clear, containsValue, entrySet, equals, hashCode, isEmpty, put, putAll, remove, size, values |
Constructor Detail |
public IndexProperties()
public IndexProperties(java.util.Properties properties)
public IndexProperties(IndexProperties aSubMap)
aSubMap
- an existing IndexProperties which will be a submap
to this IndexProperties
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |