- K - Static variable in class propel.core.common.CONSTANT
-
The K letter
- k - Static variable in class propel.core.common.CONSTANT
-
The k letter
- key - Variable in class propel.core.collections.maps.primitive.LongEntry
-
- KeyCollection<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.maps.avl
-
Represents an immutable type-aware collection of keys.
- KeyCollection(AvlHashtable<TKey, TValue>, Class<?>) - Constructor for class propel.core.collections.maps.avl.KeyCollection
-
Initializes with a new key collection.
- KeyNotFoundException - Exception in propel.core.collections
-
The exception that is thrown when the key specified for accessing an element in a collection does not match any key in the collection.
- KeyNotFoundException() - Constructor for exception propel.core.collections.KeyNotFoundException
-
Default constructor
- KeyNotFoundException(String) - Constructor for exception propel.core.collections.KeyNotFoundException
-
Overloaded constructor
- KeyNotFoundException(String, Throwable) - Constructor for exception propel.core.collections.KeyNotFoundException
-
Overloaded constructor
- keySet() - Method in interface propel.core.collections.maps.multi.IMapMultimap
-
Returns the key set
- keySet() - Method in class propel.core.collections.maps.multi.MapMultimap
-
Returns the key set
- keySet() - Method in class propel.core.collections.maps.multi.SharedMapMultimap
-
Returns the key set
- keySet() - Method in interface propel.core.collections.maps.primitive.ILongHashMap
-
Returns all keys
- keySet() - Method in class propel.core.collections.maps.primitive.LongHashMap
-
Returns all keys
- KeyValuePair<TKey,TValue> - Class in propel.core.collections
-
Encapsulates a key/value pair.
- KeyValuePair(TKey, TValue) - Constructor for class propel.core.collections.KeyValuePair
-
Initializes class with a key and a value.
- KeyValueSessionStore<TKey extends java.lang.Comparable<TKey>,TValue> - Class in propel.core.collections.volatiles
-
A type-aware thread-safe session storage object that allows multiple threads to operate on a collection of time-expiring key/value pairs.
- KeyValueSessionStore(int, int) - Constructor for class propel.core.collections.volatiles.KeyValueSessionStore
-
Overloaded constructor, initializes session with a session expiration time and polling interval in milliseconds.
- KeyValueSessionStore(int, int, Class<?>, Class<?>) - Constructor for class propel.core.collections.volatiles.KeyValueSessionStore
-
Overloaded constructor, initializes session with a session expiration time and polling interval in milliseconds.
- kvpKeySelector(KeyValuePair<K, V>) - Static method in class propel.core.functional.projections.Tuples
-
Calls getKey() on map entries specified
- kvpValueSelector(KeyValuePair<K, V>) - Static method in class propel.core.functional.projections.Tuples
-
Calls getValue() on key/value pair function arguments