Uses of Class
com.esotericsoftware.kryo.util.Null
-
Packages that use Null Package Description com.esotericsoftware.kryo.util -
-
Uses of Null in com.esotericsoftware.kryo.util
Fields in com.esotericsoftware.kryo.util with annotations of type Null Modifier and Type Field Description VIntMap.Entry. valueVObjectMap.Entry. valueMethods in com.esotericsoftware.kryo.util with annotations of type Null Modifier and Type Method Description KObjectIntMap. findKey(int value)Returns the key for the specified value, or null if it is not in the map.KObjectMap. findKey(java.lang.Object value, boolean identity)Returns the key for the specified value, or null if it is not in the map.<T extends K>
VObjectMap. get(T key)Returns the value for the specified key, or null if the key is not in the map.VIntMap.Values. next()VObjectMap.Values. next()VIntMap. put(int key, V value)VObjectMap. put(K key, V value)Returns the old value associated with the specified key, or null.VIntMap. remove(int key)VObjectMap. remove(K key)Method parameters in com.esotericsoftware.kryo.util with annotations of type Null Modifier and Type Method Description booleanIntMap. containsValue(java.lang.Object value, boolean identity)Returns true if the specified value is in the map.booleanObjectMap. containsValue(java.lang.Object value, boolean identity)Returns true if the specified value is in the map.booleanIntMap. equalsIdentity(java.lang.Object obj)Uses == for comparison of each value.booleanObjectMap. equalsIdentity(java.lang.Object obj)Uses == for comparison of each value.intIntMap. findKey(java.lang.Object value, boolean identity, int notFound)Returns the key for the specified value, or notFound if it is not in the map.KObjectMap. findKey(java.lang.Object value, boolean identity)Returns the key for the specified value, or null if it is not in the map.VIntMap. get(int key, V defaultValue)VObjectMap. get(K key, V defaultValue)Returns the value for the specified key, or the default value if the key is not in the map.VIntMap. put(int key, V value)VObjectMap. put(K key, V value)Returns the old value associated with the specified key, or null.
-