|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.xiruss.snapcm.api.helpers.NullRepositoryObjectMapCommon
org.xiruss.snapcm.api.helpers.NullVersionMap
org.xiruss.snapcm.api.helpers.NullVersionByResourceMap
public class NullVersionByResourceMap
Null version-by-resource map.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
NullVersionByResourceMap()
|
|
| Method Summary | |
|---|---|
boolean |
containsKey(Resource res)
|
Version |
get(Resource key)
|
void |
put(Resource key,
Version ver)
|
void |
putAll(java.util.List versions)
|
| Methods inherited from class org.xiruss.snapcm.api.helpers.NullVersionMap |
|---|
get, put, remove |
| Methods inherited from class org.xiruss.snapcm.api.helpers.NullRepositoryObjectMapCommon |
|---|
getKeyIterator, getValueIterator, put, remove |
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, 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 org.xiruss.snapcm.api.helpers.VersionMap |
|---|
get, put, remove |
| Methods inherited from interface org.xiruss.snapcm.api.helpers.RepositoryObjectMapCommon |
|---|
getKeyIterator, getValueIterator, put, remove |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Constructor Detail |
|---|
public NullVersionByResourceMap()
| Method Detail |
|---|
public void put(Resource key,
Version ver)
put in interface VersionByResourceMappublic Version get(Resource key)
get in interface VersionByResourceMappublic boolean containsKey(Resource res)
containsKey in interface VersionByResourceMappublic void putAll(java.util.List versions)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||