A C D E F H T U 

A

addToDictionary(Map<Uid, T>) - Method in class com.cookingfox.util.uid.UidKeyTranslator
Adds a UID-key map to the dictionary.

C

com.cookingfox.util.uid - package com.cookingfox.util.uid
 
create() - Static method in class com.cookingfox.util.uid.Uid
Creates a new unique ID.
create(String) - Static method in class com.cookingfox.util.uid.Uid
Creates a new unique ID, with a name for easier identification.

D

dictionary - Variable in class com.cookingfox.util.uid.UidKeyTranslator
A map of unique ids to a user-defined data type.

E

equals(Object) - Method in class com.cookingfox.util.uid.Uid
Returns whether the provided object is equal to this instance.

F

fromUid(Uid) - Method in class com.cookingfox.util.uid.UidKeyTranslator
Returns the key that is mapped to this unique id.
fromUidMap(Map<Uid, ?>) - Method in class com.cookingfox.util.uid.UidKeyTranslator
Accepts a map of unique ids to values and returns a new map which replaces the unique ids with the keys from the dictionary.

H

hashCode() - Method in class com.cookingfox.util.uid.Uid
Returns a unique hash code for this instance.

T

toString() - Method in class com.cookingfox.util.uid.Uid
Returns a String representation of this instance.
toString() - Method in class com.cookingfox.util.uid.UidKeyTranslator
 
toUid(T) - Method in class com.cookingfox.util.uid.UidKeyTranslator
Returns the unique id that is mapped to this key.
toUidMap(Map<T, Object>) - Method in class com.cookingfox.util.uid.UidKeyTranslator
Accepts a map of keys to values and returns a new map which replaces the keys with the unique ids from the dictionary.

U

Uid - Class in com.cookingfox.util.uid
A simple Unique ID class, using an incrementing integer.
UidKeyTranslator<T> - Class in com.cookingfox.util.uid
A class that can be used to manage a map of Uid to user-defined objects and 'translate' from one to the other format.
UidKeyTranslator() - Constructor for class com.cookingfox.util.uid.UidKeyTranslator
Creates a new instance.
UidKeyTranslator(Map<Uid, T>) - Constructor for class com.cookingfox.util.uid.UidKeyTranslator
Creates a new instance, calling UidKeyTranslator.addToDictionary(Map) for the provided map.
UidKeyTranslatorException - Exception in com.cookingfox.util.uid
Exception class for UidKeyTranslator errors.
UidKeyTranslatorException(String) - Constructor for exception com.cookingfox.util.uid.UidKeyTranslatorException
 
A C D E F H T U 

Copyright © 2015 Cooking Fox. All rights reserved.