abstract class SerializationOfReferenceMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SerializationOfReferenceMap() |
Modifier and Type | Method and Description |
---|---|
(package private) abstract Map<K,V> |
build() |
(package private) static <K,V> SerializationOfReferenceMap<K,V> |
create(Class clazz,
Map<Referrer<K>,Referrer<V>> refmap,
Ref type) |
clear, clone, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
static <K,V> SerializationOfReferenceMap<K,V> create(Class clazz, Map<Referrer<K>,Referrer<V>> refmap, Ref type) throws InstantiationException, IllegalAccessException
abstract Map<K,V> build() throws InstantiationException, IllegalAccessException, ObjectStreamException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.