Package com.qfs.dic
package com.qfs.dic
-
InterfacesClassDescriptionICharSequenceDictionary<C extends CharSequence>Interface of a dictionary that stores some type of character sequence.An
IDictionarythat supports multiple concurrent writers and readers without any needs for outside synchronization.A Single-Abstract-Method interface used to provide a callback in response to a dictionary action.IDictionary<K>A dictionary dynamically maintains a collection of key objects Once inserted, the dictionary guarantees that each key remains at its insertion position, even when new keys are inserted or when the dictionary buffer is expanded.
A dictionary allows to reference objects by their position (efficiently using a primitive integer) instead of a costlier object reference.A factory that creates dictionary factories, able to create a dictionary for a given partition.A dictionary storing arrays that have all the same length.AIWritableIntegerArrayDictionarythat storesint[]of a specific length.This interfaces defines a hashing + equals strategy.Adictionaryspecialized for storingint[]Objects.Interface of an immutable point, expressed by its integer coordinates.List of points with methods to access the internals of the stored points.Provider ofIDatastoreSchemaVersion's dictionaries.A dictionary into which new keys can be written, using the map function.Specialized dictionary interface for dictionaries of Doubles.Specialized dictionary interface for dictionaries of Floats.Specialized dictionary interface for dictionaries of integers.Specialized dictionary interface for dictionaries of Longs.A writableIIntegerArrayDictionary.