public class Document<K,V>
extends java.util.LinkedHashMap<K,V>
| Modifier and Type | Class and Description |
|---|---|
static class |
Document.DocumentBuilder<K,V> |
| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Document.DocumentBuilder<K,V> |
builder() |
static <K,V> Document.DocumentBuilder<K,V> |
builder(K id) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static <K,V> Document.DocumentBuilder<K,V> builder(K id)
public static <K,V> Document.DocumentBuilder<K,V> builder()