public class SnapshotMap extends Object implements Serializable
| Constructor and Description |
|---|
SnapshotMap(Timestamp snapshotDate) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyPair> |
get(UUID key) |
PropertyPair |
get(UUID key,
Property prop) |
UUID[] |
getKeys() |
Timestamp |
getSnapshotDate() |
void |
put(UUID key,
PropertyPair value) |
List<PropertyPair> |
remove(UUID key) |
public SnapshotMap(Timestamp snapshotDate)
public Timestamp getSnapshotDate()
public UUID[] getKeys()
public void put(UUID key, PropertyPair value)
public List<PropertyPair> get(UUID key)
public PropertyPair get(UUID key, Property prop)
public List<PropertyPair> remove(UUID key)
Copyright © 2017. All rights reserved.