| Constructor and Description |
|---|
Kv() |
Kv(int initialCapacity) |
Kv(int initialCapacity,
float loadFactor) |
Kv(Map<? extends String,?> map) |
| Modifier and Type | Method and Description |
|---|---|
static Kv |
by(Map<String,?> map) |
static Kv |
by(String key,
Object value) |
static Kv |
create() |
static Kv |
create(int initialCapacity) |
static Kv |
create(int initialCapacity,
float loadFactor) |
static Kv |
create(Map<? extends String,?> map) |
Object |
get(Object key) |
Map<String,Object> |
map() |
Kv |
skipcase() |
Kv |
skipcase(boolean skip) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, containsKey, containsValue, delete, entrySet, exists, isEmpty, keySet, origin, put, putAll, remove, set, set, size, valuescompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Kv(int initialCapacity,
float loadFactor)
public Kv(int initialCapacity)
public Kv()
Copyright © 2019. All rights reserved.