public class GenericSet extends LinkedHashMap<String,Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
GenericSet.Builder<T extends GenericSet.Builder<T>> |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GenericSet() |
| Modifier and Type | Method and Description |
|---|---|
static GenericSet.Builder<?> |
builder() |
GenericSet.Builder |
getBuilder() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic GenericSet.Builder getBuilder()
public static GenericSet.Builder<?> builder()
Copyright © 2016. All rights reserved.