|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.util.CollectionWrapper<Tag>
org.openstreetmap.osmosis.core.domain.v0_6.UnmodifiableTagCollection
public class UnmodifiableTagCollection
Wraps a tag collection and prevents modifications from being made to it.
Constructor Summary | |
---|---|
UnmodifiableTagCollection(TagCollection wrappedTags)
Creates a new instance. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
buildMap()
Creates a map representation of the tags. |
void |
store(StoreWriter sw,
StoreClassRegister scr)
Stores all state to the specified store writer. |
Methods inherited from class org.openstreetmap.osmosis.core.util.CollectionWrapper |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public UnmodifiableTagCollection(TagCollection wrappedTags)
wrappedTags
- The tags to wrap.Method Detail |
---|
public void store(StoreWriter sw, StoreClassRegister scr)
store
in interface Storeable
sw
- The writer that persists data to an underlying store.scr
- Maintains the mapping between classes and their identifiers
within the store.public java.util.Map<java.lang.String,java.lang.String> buildMap()
buildMap
in interface TagCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |