Package org.openstreetmap.atlas.mutator
Class AtlasMutatorHelper.FeatureChangeKey
- java.lang.Object
-
- org.openstreetmap.atlas.mutator.AtlasMutatorHelper.FeatureChangeKey
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AtlasMutatorHelper
public static final class AtlasMutatorHelper.FeatureChangeKey extends java.lang.Object implements java.io.SerializableA unique key for a FeatureChange- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeatureChangeKey(long identifier, org.openstreetmap.atlas.geography.atlas.items.ItemType itemType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)longgetIdentifier()org.openstreetmap.atlas.geography.atlas.items.ItemTypegetItemType()inthashCode()
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getIdentifier
public long getIdentifier()
-
getItemType
public org.openstreetmap.atlas.geography.atlas.items.ItemType getItemType()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-