public class BranchMap extends Object implements Map<SurveyDatum,Block>, Serializable
| Constructor and Description |
|---|
BranchMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object o) |
boolean |
containsValue(Object o) |
Set<Map.Entry<SurveyDatum,Block>> |
entrySet() |
boolean |
equals(Object o) |
Block |
get(Object o) |
int |
hashCode() |
boolean |
isEmpty() |
protected String |
jsonize() |
Set<SurveyDatum> |
keySet() |
Block |
put(SurveyDatum surveyDatum,
Block block) |
void |
putAll(Map<? extends SurveyDatum,? extends Block> map) |
Block |
remove(Object o) |
int |
size() |
String |
toString() |
Collection<Block> |
values() |
protected String jsonize()
public int size()
size in interface Map<SurveyDatum,Block>public boolean isEmpty()
isEmpty in interface Map<SurveyDatum,Block>public boolean containsKey(Object o)
containsKey in interface Map<SurveyDatum,Block>public boolean containsValue(Object o)
containsValue in interface Map<SurveyDatum,Block>public Block put(SurveyDatum surveyDatum, Block block)
put in interface Map<SurveyDatum,Block>public void putAll(Map<? extends SurveyDatum,? extends Block> map)
putAll in interface Map<SurveyDatum,Block>public void clear()
clear in interface Map<SurveyDatum,Block>public Set<SurveyDatum> keySet()
keySet in interface Map<SurveyDatum,Block>public Collection<Block> values()
values in interface Map<SurveyDatum,Block>public Set<Map.Entry<SurveyDatum,Block>> entrySet()
entrySet in interface Map<SurveyDatum,Block>public boolean equals(Object o)
public int hashCode()
Copyright © 2015. All rights reserved.