A B C D E F G H I J K L M N O P Q R S T U V W Z

A

AbstractArrayList - class net.walend.collection.AbstractArrayList.
An implementation of List backed by an array.
AbstractArrayList.ListItr - class net.walend.collection.AbstractArrayList.ListItr.
 
AbstractArrayList.ListItr(int) - Constructor for class net.walend.collection.AbstractArrayList.ListItr
 
AbstractArrayList() - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractArrayList(Collection) - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractArrayList(Collection) - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractArrayList(Identitor) - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractArrayList(Identitor, int) - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractArrayList(int) - Constructor for class net.walend.collection.AbstractArrayList
 
AbstractFreezerHashMap - class net.walend.lyophil.collection.AbstractFreezerHashMap.
This Map maps any Object as a key to a Freezable.
AbstractFreezerHashMap() - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(Identitor) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(Identitor, int) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(int) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(int, float) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(Map) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashMap(Map) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashMap
 
AbstractFreezerHashSet - class net.walend.lyophil.collection.AbstractFreezerHashSet.
This class implements the net.walend.collection.SetOfFreezables interface, but instead of storing whole Freezables in the set, it stores a Set of identifiers.
AbstractFreezerHashSet.IteratesFreezables - class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables.
 
AbstractFreezerHashSet.IteratesFreezables(Iterator) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables
 
AbstractFreezerHashSet() - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75, and uses the DefaultIdentitor.
AbstractFreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new set containing the elements in the specified collection.
AbstractFreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new set containing the elements in the specified java.util.Collection.
AbstractFreezerHashSet(Identitor) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75.
AbstractFreezerHashSet(Identitor, int) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractFreezerHashSet(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractFreezerHashSet(int) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractFreezerHashSet(int, float) - Constructor for class net.walend.lyophil.collection.AbstractFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractHashCEDigraph - class net.walend.digraph.AbstractHashCEDigraph.
This abstract class implements the CEDigraph interface using a Map and a Set.
AbstractHashCEDigraph.HashEdgeIterator - class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator.
 
AbstractHashCEDigraph.HashEdgeIterator() - Constructor for class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
 
AbstractHashCEDigraph.IteratorWrapper - class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper.
 
AbstractHashCEDigraph.IteratorWrapper(Iterator) - Constructor for class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper
 
AbstractHashCEDigraph.NodePair - class net.walend.digraph.AbstractHashCEDigraph.NodePair.
 
AbstractHashCEDigraph.NodePair(Object, Object) - Constructor for class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
AbstractHashCEDigraph(CEDigraph) - Constructor for class net.walend.digraph.AbstractHashCEDigraph
 
AbstractHashCEDigraph(int, int) - Constructor for class net.walend.digraph.AbstractHashCEDigraph
 
AbstractHashGEDigraph - class net.walend.digraph.AbstractHashGEDigraph.
This abstract class implements the GEDigraph interface using two HashSets.
AbstractHashGEDigraph.HashEdgeIterator - class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator.
 
AbstractHashGEDigraph.HashEdgeIterator() - Constructor for class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
 
AbstractHashGEDigraph.IteratorWrapper - class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper.
 
AbstractHashGEDigraph.IteratorWrapper(Iterator) - Constructor for class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper
 
AbstractHashGEDigraph.NodePair - class net.walend.digraph.AbstractHashGEDigraph.NodePair.
 
AbstractHashGEDigraph.NodePair(Object, Object) - Constructor for class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
AbstractHashGEDigraph(GEDigraph) - Constructor for class net.walend.digraph.AbstractHashGEDigraph
 
AbstractHashGEDigraph(int, int) - Constructor for class net.walend.digraph.AbstractHashGEDigraph
 
AbstractHashMap - class net.walend.collection.AbstractHashMap.
This class is a hash table based implementation of the net.walend.collection.Map interface, based very heavily on the java.util.HashMap class by Josh Bloch and ultimately Arthur van Hoff.
AbstractHashMap.Entry - interface net.walend.collection.AbstractHashMap.Entry.
Sublcass this abstract class and override newEntry to use specialized Entries.
AbstractHashMap.EntryIterator - class net.walend.collection.AbstractHashMap.EntryIterator.
 
AbstractHashMap.EntryIterator() - Constructor for class net.walend.collection.AbstractHashMap.EntryIterator
 
AbstractHashMap.HashIterator - class net.walend.collection.AbstractHashMap.HashIterator.
General purpose iterator.
AbstractHashMap.HashIterator() - Constructor for class net.walend.collection.AbstractHashMap.HashIterator
 
AbstractHashMap.KeyIterator - class net.walend.collection.AbstractHashMap.KeyIterator.
 
AbstractHashMap.KeyIterator() - Constructor for class net.walend.collection.AbstractHashMap.KeyIterator
 
AbstractHashMap.SimpleEntry - class net.walend.collection.AbstractHashMap.SimpleEntry.
Entries for the hash map.
AbstractHashMap.SimpleEntry(int, Object, Object, AbstractHashMap.Entry) - Constructor for class net.walend.collection.AbstractHashMap.SimpleEntry
 
AbstractHashMap.ValueIterator - class net.walend.collection.AbstractHashMap.ValueIterator.
 
AbstractHashMap.ValueIterator() - Constructor for class net.walend.collection.AbstractHashMap.ValueIterator
 
AbstractHashMap() - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with the DefaultIdentitor, a default capacity and load factor, which is 0.75.
AbstractHashMap(Identitor) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with the specified Identitor, a default capacity and load factor, which is 0.75.
AbstractHashMap(Identitor, int) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with the specified Identitor, initial capacity and default load factor, which is 0.75.
AbstractHashMap(Identitor, int, float) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with the specified Identitor, initial capacity and the specified load factor.
AbstractHashMap(int) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with the specified initial capacity, DefaultIdentitor, and default load factor, which is 0.75.
AbstractHashMap(int, float) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new, empty map with a DefaultIdentitor, the specified initial capacity and the specified load factor.
AbstractHashMap(Map) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new map with the same Identitor and mappings as the given map.
AbstractHashMap(Map) - Constructor for class net.walend.collection.AbstractHashMap
Constructs a new Map with a DefaultIdentitor and the same mappings as the java.util.Map.
AbstractHashMapToFreezables - class net.walend.lyophil.collection.AbstractHashMapToFreezables.
This Map maps any Object as a key to a Freezable.
AbstractHashMapToFreezables.IDIterator - class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator.
 
AbstractHashMapToFreezables.IDIterator(FreezableIterator) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator
 
AbstractHashMapToFreezables.IteratorOfFreezables - class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables.
 
AbstractHashMapToFreezables.IteratorOfFreezables(Iterator) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
 
AbstractHashMapToFreezables() - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(Identitor) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(Identitor, int) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(int) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(int, float) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(Map) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashMapToFreezables(Map) - Constructor for class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
AbstractHashSet - class net.walend.collection.AbstractHashSet.
This class implements the net.walend.collection.Set interface, based very heavily on the java.util.HashSet class by Josh Bloch.
AbstractHashSet() - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75, and uses the DefaultIdentitor.
AbstractHashSet(Collection) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new set containing the elements in the specified collection.
AbstractHashSet(Collection) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new set containing the elements in the specified java.util.Collection.
AbstractHashSet(Identitor) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75.
AbstractHashSet(Identitor, int) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractHashSet(Identitor, int, float) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractHashSet(int) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractHashSet(int, float) - Constructor for class net.walend.collection.AbstractHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractHashSetOfFreezables - class net.walend.lyophil.collection.AbstractHashSetOfFreezables.
An abstract HashSet that includes special methods for handling Freezables.
AbstractHashSetOfFreezables.IdentifierIterator - class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator.
 
AbstractHashSetOfFreezables.IdentifierIterator(FreezableIterator) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator
 
AbstractHashSetOfFreezables() - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75, and uses the FreezableIdentitor.
AbstractHashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new set containing the elements in the specified collection.
AbstractHashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new set containing the elements in the specified java.util.Collection.
AbstractHashSetOfFreezables(Identitor) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75.
AbstractHashSetOfFreezables(Identitor, int) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractHashSetOfFreezables(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractHashSetOfFreezables(int) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
AbstractHashSetOfFreezables(int, float) - Constructor for class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
AbstractHashUEDigraph - class net.walend.digraph.AbstractHashUEDigraph.
This abstract class implements the UEDigraph interface using three HashMaps.
AbstractHashUEDigraph.HashEdgeIterator - class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator.
 
AbstractHashUEDigraph.HashEdgeIterator() - Constructor for class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
 
AbstractHashUEDigraph.IteratorWrapper - class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper.
 
AbstractHashUEDigraph.IteratorWrapper(Iterator) - Constructor for class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper
 
AbstractHashUEDigraph.NodePair - class net.walend.digraph.AbstractHashUEDigraph.NodePair.
 
AbstractHashUEDigraph.NodePair(Object, Object) - Constructor for class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
AbstractHashUEDigraph(int, int) - Constructor for class net.walend.digraph.AbstractHashUEDigraph
 
AbstractHashUEDigraph(UEDigraph) - Constructor for class net.walend.digraph.AbstractHashUEDigraph
 
AbstractIdentitorTest - class net.walend.collection.test.AbstractIdentitorTest.
Test the api of an Identitor.
AbstractIdentitorTest(String) - Constructor for class net.walend.collection.test.AbstractIdentitorTest
 
AbstractListTest - class net.walend.collection.test.AbstractListTest.
 
AbstractListTest(String) - Constructor for class net.walend.collection.test.AbstractListTest
 
AbstractMapTest - class net.walend.collection.test.AbstractMapTest.
 
AbstractMapTest(String) - Constructor for class net.walend.collection.test.AbstractMapTest
 
AbstractMapToFreezablesTest - class net.walend.lyophil.collection.test.AbstractMapToFreezablesTest.
 
AbstractMapToFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.AbstractMapToFreezablesTest
 
AbstractMutableListTest - class net.walend.collection.test.AbstractMutableListTest.
 
AbstractMutableListTest(String) - Constructor for class net.walend.collection.test.AbstractMutableListTest
 
AbstractMutableMapTest - class net.walend.collection.test.AbstractMutableMapTest.
 
AbstractMutableMapTest(String) - Constructor for class net.walend.collection.test.AbstractMutableMapTest
 
AbstractMutableMapToFreezableTest - class net.walend.lyophil.collection.test.AbstractMutableMapToFreezableTest.
 
AbstractMutableMapToFreezableTest(String) - Constructor for class net.walend.lyophil.collection.test.AbstractMutableMapToFreezableTest
 
AbstractMutableSetOfFreezablesTest - class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest.
Tests for all the API of MutableSetOfFreezables.
AbstractMutableSetOfFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
AbstractMutableSetTest - class net.walend.collection.test.AbstractMutableSetTest.
 
AbstractMutableSetTest(String) - Constructor for class net.walend.collection.test.AbstractMutableSetTest
 
AbstractSetOfFreezablesTest - class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest.
 
AbstractSetOfFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
AbstractSetTest - class net.walend.collection.test.AbstractSetTest.
 
AbstractSetTest(String) - Constructor for class net.walend.collection.test.AbstractSetTest
 
add(Freezable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
add(int, Object) - Method in class net.walend.collection.AbstractArrayList
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(int, Object) - Method in class net.walend.collection.MutableArrayList
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(int, Object) - Method in interface net.walend.collection.MutableList
Shifts the element currently at that position (if any) and any subsequent elements to the right (adds one to their indices).
add(Iterator) - Method in class net.walend.collection.MultiIterator
Add iterators
add(Object) - Method in interface net.walend.collection.MutableCollection
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.collection.AbstractArrayList
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.collection.AbstractArrayList.ListItr
 
add(Object) - Method in class net.walend.collection.MutableHashSet
 
add(Object) - Method in class net.walend.collection.AbstractHashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class net.walend.collection.MutableArrayList
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Adds the specified element to this set if it is not already present.
add(Object) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Adds the specified element to this set if it is not already present.
add(Object) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
add(Object) - Method in class net.walend.lyophil.memory.MemSet
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.lyophil.soft.SoftMemSet
Adds a Object to the MutableCollection.
add(Object) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Adds a Object to the MutableCollection.
add(Serializable, Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
addAll(Collection) - Method in interface net.walend.collection.MutableCollection
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.collection.AbstractArrayList
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.collection.MutableHashSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.collection.AbstractHashSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.collection.MutableArrayList
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
addAll(Collection) - Method in class net.walend.lyophil.memory.MemSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Adds all the Objects in c to this MutableCollection by using the add() method.
addAll(int, Collection) - Method in class net.walend.collection.AbstractArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in class net.walend.collection.MutableArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAll(int, Collection) - Method in interface net.walend.collection.MutableList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator (optional operation).
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifier method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Adds all the Freezables identified by c to this MutableCollection using the addIdentifier method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifier method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Adds all the Freezables identified by c to this MutableCollection using the addIdentifier method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifiedBy method.
addAllIdentifiedBy(Collection) - Method in interface net.walend.lyophil.collection.MutableCollectionOfFreezables
Adds all the Freezables identified by c to this MutableCollection using the addIdentifiedBy method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.memory.MemSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifiedBy method.
addAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifiedBy method.
addAllIdentifiedBy(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Adds all the Freezables identified by c to this MutableCollection using the addIdentifiedBy method.
addAllMembersToTable(Serializable, FreezableSet) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
addAllMembersToTable(Serializable, SetOfFreezables) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
addDataSource(String, DataSource) - Method in class net.walend.jdbc.ConnectionSource
 
addDB(String, DataSource) - Static method in class net.walend.jdbc.ConnectionSource
 
addDB(String, String, String, String, String) - Static method in class net.walend.jdbc.ConnectionSource
 
addEdge(Object, Object) - Method in class net.walend.digraph.MutableHashGEDigraph
 
addEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return true if the digraph changes when this edge is added, false if the digraph is unchanged.
addEdge(Object, Object) - Method in interface net.walend.digraph.MutableGEDigraph
Return true if the digraph changes when this edge is added, false if the digraph is unchanged.
addEdge(Object, Object, Object) - Method in class net.walend.digraph.MutableHashUEDigraph
 
addEdge(Object, Object, Object) - Method in class net.walend.digraph.MutableHashCEDigraph
 
addEdge(Object, Object, Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
addEdge(Object, Object, Object) - Method in interface net.walend.digraph.MutableUEDigraph
Return null if fromNode or toNode are not in this UEDigraph, or if no existing edge is displaced by edge.
addEdge(Object, Object, Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Return null if fromNode or toNode are not in this CEDigraph, or if no existing edge is displaced by edge.
addEdge(Object, Object, Object) - Method in interface net.walend.digraph.MutableCEDigraph
Return null if fromNode or toNode are not in this CEDigraph, or if no existing edge is displaced by edge.
addID(String, Serializable) - Method in class net.walend.lyophil.InvalidFrozenMap
 
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in interface net.walend.lyophil.collection.MutableCollectionOfFreezables
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.memory.MemSet
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.lyophil.soft.SoftMemSet
Adds a Freezable to the MutableCollection.
addIdentifiedBy(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Adds a Freezable to the MutableCollection.
addIdentifiersFromTable(Serializable, FreezableSet) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
addIdentifiersFromTable(Serializable, MutableSetOfFreezables) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
addMemberToTable(Serializable, Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
addMemberToTable(Serializable, Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
addNode(Object) - Method in class net.walend.digraph.MutableHashUEDigraph
 
addNode(Object) - Method in class net.walend.digraph.MutableHashCEDigraph
 
addNode(Object) - Method in class net.walend.digraph.MutableHashGEDigraph
 
addNode(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
addNode(Object) - Method in interface net.walend.digraph.MutableUEDigraph
Return true if the node is added successfully, false if the digraph does not change.
addNode(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
addNode(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return true if the node is added successfully, false if the digraph does not change.
addNode(Object) - Method in interface net.walend.digraph.MutableCEDigraph
Return true if the node is added successfully, false if the digraph does not change.
addNode(Object) - Method in interface net.walend.digraph.MutableGEDigraph
Return true if the node is added successfully, false if the digraph does not change.
addNodes(Set) - Method in class net.walend.digraph.MutableHashUEDigraph
 
addNodes(Set) - Method in class net.walend.digraph.MutableHashCEDigraph
 
addNodes(Set) - Method in class net.walend.digraph.MutableHashGEDigraph
 
addNodes(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
addNodes(Set) - Method in interface net.walend.digraph.MutableUEDigraph
Return true if adding the nodes changes the digraph.
addNodes(Set) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
addNodes(Set) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return true if adding the nodes changes the digraph.
addNodes(Set) - Method in interface net.walend.digraph.MutableCEDigraph
Return true if adding the nodes changes the digraph.
addNodes(Set) - Method in interface net.walend.digraph.MutableGEDigraph
Return true if adding the nodes changes the digraph.
ArrayList - class net.walend.collection.ArrayList.
This implementation of List is built on top of an array.
ArrayList(Collection) - Constructor for class net.walend.collection.ArrayList
 
ArrayList(Collection) - Constructor for class net.walend.collection.ArrayList
 
ArrayListTest - class net.walend.collection.test.ArrayListTest.
 
ArrayListTest(String) - Constructor for class net.walend.collection.test.ArrayListTest
 
arrayToString(Object[]) - Method in class net.walend.lyophil.GenericMother
 

B

BEAN - Static variable in interface net.walend.lyophil.Mother
 
bigIt - Variable in class net.walend.collection.MultiIterator
 
brokenSetUp - Variable in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
brokenTearDown - Variable in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 

C

cache - Variable in class net.walend.lyophil.soft.SoftFreezer
 
CannotCreateException - exception net.walend.lyophil.CannotCreateException.
Throw this exception when a Mother, Director, etc., can not Create an Object, usually a Freezable, as expected.
CannotCreateException() - Constructor for class net.walend.lyophil.CannotCreateException
Only use this Createor for Serialization.
CannotCreateException(String) - Constructor for class net.walend.lyophil.CannotCreateException
 
CannotCreateException(String, Throwable) - Constructor for class net.walend.lyophil.CannotCreateException
 
CannotCreateException(Throwable) - Constructor for class net.walend.lyophil.CannotCreateException
 
CannotCreateExceptionTest - class net.walend.lyophil.test.CannotCreateExceptionTest.
Test all api of CannotCreateException.
CannotCreateExceptionTest(String) - Constructor for class net.walend.lyophil.test.CannotCreateExceptionTest
 
CannotFreezeException - exception net.walend.lyophil.CannotFreezeException.
Throw this exception when a Freezer can not Freeze a given Freezable.
CannotFreezeException() - Constructor for class net.walend.lyophil.CannotFreezeException
Only use this constructor for Serialization.
CannotFreezeException(String) - Constructor for class net.walend.lyophil.CannotFreezeException
 
CannotFreezeException(String, Throwable) - Constructor for class net.walend.lyophil.CannotFreezeException
 
CannotFreezeException(Throwable) - Constructor for class net.walend.lyophil.CannotFreezeException
 
CannotFreezeExceptionTest - class net.walend.lyophil.test.CannotFreezeExceptionTest.
Test all api of CannotFreezeException.
CannotFreezeExceptionTest(String) - Constructor for class net.walend.lyophil.test.CannotFreezeExceptionTest
 
CannotThawException - exception net.walend.lyophil.CannotThawException.
Throw this exception when a Freezer can not Thaw an Object, usually a Freezable, as expected.
CannotThawException() - Constructor for class net.walend.lyophil.CannotThawException
Only use this constructor for Serialization.
CannotThawException(String) - Constructor for class net.walend.lyophil.CannotThawException
 
CannotThawException(String, Throwable) - Constructor for class net.walend.lyophil.CannotThawException
 
CannotThawException(Throwable) - Constructor for class net.walend.lyophil.CannotThawException
 
CannotThawExceptionTest - class net.walend.lyophil.test.CannotThawExceptionTest.
Test all api of CannotThawException.
CannotThawExceptionTest(String) - Constructor for class net.walend.lyophil.test.CannotThawExceptionTest
 
CannotThrowOutException - exception net.walend.lyophil.CannotThrowOutException.
Throw this exception when the underlying system can not throw out a Freezable.
CannotThrowOutException() - Constructor for class net.walend.lyophil.CannotThrowOutException
Only use this constructor for Serialization.
CannotThrowOutException(String) - Constructor for class net.walend.lyophil.CannotThrowOutException
 
CannotThrowOutException(String, Throwable) - Constructor for class net.walend.lyophil.CannotThrowOutException
 
CannotThrowOutException(Throwable) - Constructor for class net.walend.lyophil.CannotThrowOutException
 
CannotThrowOutExceptionTest - class net.walend.lyophil.test.CannotThrowOutExceptionTest.
Test all api of CannotThrowOutException.
CannotThrowOutExceptionTest(String) - Constructor for class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
capacity() - Method in class net.walend.collection.AbstractHashMap
 
caster - Variable in class net.walend.lyophil.memory.MemStorage
 
Caster - interface net.walend.lyophil.Caster.
This interface provides some simple methods for working with metainformation.
CASTER - Static variable in interface net.walend.lyophil.Caster
 
castIdentifier(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
castIdentifier(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
castIdentifier(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
castIdentifier(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
castIdentifier(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
CEDigraph - interface net.walend.digraph.CEDigraph.
CEDigraph is an interface for representing directed graphs of nodes linked by zero or one edge.
CEDigraphAlgebra - class net.walend.digraph.CEDigraphAlgebra.
Algebra for CEDigraph Operations.
CEDigraphAlgebra() - Constructor for class net.walend.digraph.CEDigraphAlgebra
 
CEDigraphTest - class net.walend.digraph.test.CEDigraphTest.
 
CEDigraphTest(String) - Constructor for class net.walend.digraph.test.CEDigraphTest
 
checkForComodification() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
checkFreezable(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
checkFreezable(Object) - Method in class net.walend.lyophil.memory.MemSet
 
checkFreezable(Object) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
checkIDInFreezer(Serializable) - Method in class net.walend.lyophil.test.GenericMotherTest
 
checkRange(int) - Method in class net.walend.collection.AbstractArrayList
 
checkRangeForAdd(int) - Method in class net.walend.collection.AbstractArrayList
 
checkSetUp() - Method in interface net.walend.lyophil.Caster
make sure the backing storage is set up correctly
checkSetUp() - Method in interface net.walend.lyophil.IdentifierSource
make sure the backing storage is set up correctly
checkSetUp() - Method in interface net.walend.lyophil.Tray
make sure the backing storage is set up correctly
checkSetUp() - Method in class net.walend.lyophil.memory.MemCaster
 
checkSetUp() - Method in class net.walend.lyophil.memory.MemIdentifierSource
 
checkSetUp() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
checkSetUp() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
checkSetUp() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
checkSetUp() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
checkSetUp() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
checkSetUp() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
make sure the backing storage is set up correctly
checkSetUp() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB
make sure the backing storage is set up correctly
checkSetUp() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
make sure the backing storage is set up correctly
checkSetUp() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
checkSetUp() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
checkSetUp() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
checkState() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
 
checkState() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
 
clas - Variable in class net.walend.director.ObjectForRoleNotFoundException
 
CLASS - Static variable in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
classDigger - Variable in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ClassDigger - interface net.walend.lyophil.ClassDigger.
This optional interface returns Sets and Iterators of Freezables that implement a given interface or subinterface.
ClassDiggerEJB - interface net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJB.
 
ClassDiggerEJBBean - class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean.
 
ClassDiggerEJBBean() - Constructor for class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ClassDiggerEJBHome - interface net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBHome.
 
ClassDiggerTest - class net.walend.lyophil.test.ClassDiggerTest.
Test all api of StringEJB.
ClassDiggerTest(String) - Constructor for class net.walend.lyophil.test.ClassDiggerTest
 
classesToInterfaces - Variable in class net.walend.lyophil.GenericMother
 
ClassForRoleNotFoundException - exception net.walend.director.ClassForRoleNotFoundException.
Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
ClassForRoleNotFoundException(String) - Constructor for class net.walend.director.ClassForRoleNotFoundException
 
ClassForRoleNotFoundException(String, String) - Constructor for class net.walend.director.ClassForRoleNotFoundException
 
ClassForRoleNotFoundException(String, Throwable, String) - Constructor for class net.walend.director.ClassForRoleNotFoundException
 
ClassForRoleNotFoundException(Throwable, String) - Constructor for class net.walend.director.ClassForRoleNotFoundException
 
ClassForRoleNotFoundExceptionTest - class net.walend.director.test.ClassForRoleNotFoundExceptionTest.
Test all api of ClassForRoleNotFoundException.
ClassForRoleNotFoundExceptionTest(String) - Constructor for class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
classIndex - Variable in class net.walend.lyophil.memory.MemStorage
 
cleanUp(Connection, Statement, ResultSet) - Static method in class net.walend.jdbc.SQLUtils
Close down the resultSet, statement and connection safely.
clear() - Method in interface net.walend.collection.MutableCollection
Removes all of the Objects in this collection.
clear() - Method in class net.walend.collection.AbstractArrayList
Removes all of the Objects in this collection.
clear() - Method in class net.walend.collection.AbstractHashMap
Removes all mappings from this map.
clear() - Method in class net.walend.collection.MutableHashSet
 
clear() - Method in interface net.walend.collection.MutableMap
Removes all key, value pairs from this Map.
clear() - Method in class net.walend.collection.AbstractHashSet
Removes all of the elements from this set.
clear() - Method in class net.walend.collection.MutableArrayList
Removes all of the Objects in this collection.
clear() - Method in class net.walend.collection.MutableHashMap
Removes all key, value pairs from this Map.
clear() - Method in class net.walend.collection.SoftHashMap
Removes all key, value pairs from this Map.
clear() - Method in class net.walend.digraph.MutableHashUEDigraph
 
clear() - Method in class net.walend.digraph.MutableHashCEDigraph
 
clear() - Method in class net.walend.digraph.MutableHashGEDigraph
 
clear() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
clear() - Method in interface net.walend.digraph.MutableUEDigraph
Remove all nodes and edges from the UEDigraph
clear() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
clear() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
clear() - Method in interface net.walend.digraph.MutableCEDigraph
Remove all nodes and edges from the CEDigraph
clear() - Method in interface net.walend.digraph.MutableGEDigraph
Remove all nodes and edges from the GEDigraph
clear() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes all of the elements from this set.
clear() - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
clear() - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
clear() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Removes all key, value pairs from this Map.
clear() - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes all of the Objects in this collection.
clear() - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes all of the Objects in this collection.
clear() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
clear() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Removes all key, value pairs from this Map.
clear() - Method in class net.walend.lyophil.memory.MemSet
Removes all of the Objects in this collection.
clear() - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
clear() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
clear() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
clear() - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
clear() - Method in class net.walend.lyophil.memory.MemStorage
 
clear() - Method in class net.walend.lyophil.soft.SoftMemSet
Removes all of the Objects in this collection.
clear() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes all of the Objects in this collection.
clear(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
clearEdges() - Method in class net.walend.digraph.MutableHashUEDigraph
 
clearEdges() - Method in class net.walend.digraph.MutableHashCEDigraph
 
clearEdges() - Method in class net.walend.digraph.MutableHashGEDigraph
 
clearEdges() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
clearEdges() - Method in interface net.walend.digraph.MutableUEDigraph
Remove all the edges from the UEDigraph.
clearEdges() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
clearEdges() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
clearEdges() - Method in interface net.walend.digraph.MutableCEDigraph
Remove all the edges from the CEDigraph.
clearEdges() - Method in interface net.walend.digraph.MutableGEDigraph
Remove all the edges from the GEDigraph.
clearMemberTable(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
clearMemberTable(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
clearParameters() - Method in class net.walend.jdbc.SQLStatementString
Clears the current parameter values immediately.
clone() - Method in class net.walend.collection.AbstractHashMap
Returns a shallow copy of this AbstractHashMap instance: the keys and values themselves are not cloned.
clone() - Method in class net.walend.collection.AbstractHashSet
Returns a shallow copy of this AbstractHashSet instance: the elements themselves are not cloned.
close() - Method in class net.walend.jdbc.SelectTuple
 
Collection - interface net.walend.collection.Collection.
This interface is the root interface in the javasupport.collection package.
CollectionOfFreezables - interface net.walend.lyophil.collection.CollectionOfFreezables.
This interface supplements the net.walend.collection.Collection interface.
CollectionTests - class net.walend.collection.test.CollectionTests.
 
CollectionTests - class net.walend.lyophil.collection.test.CollectionTests.
 
CollectionTests(String) - Constructor for class net.walend.collection.test.CollectionTests
 
CollectionTests(String) - Constructor for class net.walend.lyophil.collection.test.CollectionTests
 
color - Variable in class net.walend.lyophil.test.stringbean.ColorStringBean
 
COLORPROPKEY - Static variable in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
ColorStringBean - class net.walend.lyophil.test.stringbean.ColorStringBean.
A simple bean for tests.
ColorStringBean(Serializable, String, Mother, String, String, String) - Constructor for class net.walend.lyophil.test.stringbean.ColorStringBean
 
ConcreteTray - interface net.walend.lyophil.ConcreteTray.
An optional interface for back-end storage data access.
connection - Variable in class net.walend.jdbc.SelectTuple
 
ConnectionSource - class net.walend.jdbc.ConnectionSource.
A static class that hands out database connections.
ConnectionSource(String, DataSource) - Constructor for class net.walend.jdbc.ConnectionSource
 
ConnectionSourceTest - class net.walend.jdbc.test.ConnectionSourceTest.
Test all api of ConnectionSource.
ConnectionSourceTest(String) - Constructor for class net.walend.jdbc.test.ConnectionSourceTest
 
contains(Freezable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
contains(Object) - Method in class net.walend.collection.AbstractArrayList
Returns true if this collection contains the specified Object.
contains(Object) - Method in interface net.walend.collection.Collection
Returns true if this collection contains the specified Object.
contains(Object) - Method in class net.walend.collection.AbstractHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
contains(Object) - Method in class net.walend.lyophil.memory.MemSet
Returns true if this collection contains the specified Object.
contains(Object) - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this collection contains the specified Object.
contains(Object) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this collection contains the specified Object.
contains(Serializable, Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
containsAll(Collection) - Method in class net.walend.collection.AbstractArrayList
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in interface net.walend.collection.Collection
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in class net.walend.collection.AbstractHashSet
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
containsAll(Collection) - Method in class net.walend.lyophil.memory.MemSet
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Map) - Method in interface net.walend.collection.Map
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Map) - Method in class net.walend.collection.AbstractHashMap
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Map) - Method in class net.walend.collection.SoftHashMap
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Map) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns true if this collection contains all of the Objects in the specified collection.
containsAll(Map) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns true if this collection contains all of the Objects in the specified collection.
containsAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in interface net.walend.lyophil.collection.CollectionOfFreezables
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.memory.MemSet
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this collection contains the specified Freezables.
containsAllIdentifiedBy(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this collection contains the specified Freezables.
containsCEDigraph(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns true if digraph is a subgraph of this CEDigraph.
containsCEDigraph(CEDigraph) - Method in interface net.walend.digraph.CEDigraph
Returns true if digraph is a subgraph of this CEDigraph.
containsCEDigraph(CEDigraph, CEDigraph) - Static method in class net.walend.digraph.CEDigraphAlgebra
Returns true if inner is a subgraph of outer.
containsDataSource(String) - Method in class net.walend.jdbc.ConnectionSource
 
containsDB(String) - Static method in class net.walend.jdbc.ConnectionSource
 
containsEdge(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns true if edge exists in the digraph anywhere
containsEdge(Object) - Method in interface net.walend.digraph.UEDigraph
Returns true if edge exists in the digraph anywhere
containsEdge(Object, Object) - Method in interface net.walend.digraph.GEDigraph
Returns true if the digraph contains any edge from fromNode to toNode
containsEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
containsEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns true if the digraph contains any edge from fromNode to toNode
containsEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
 
containsEdge(Object, Object) - Method in interface net.walend.digraph.UEDigraph
Returns true if the digraph contains any edge from fromNode to toNode
containsEdge(Object, Object) - Method in interface net.walend.digraph.CEDigraph
Returns true if the digraph contains any edge from fromNode to toNode
containsEdge(Object, Object, Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns true if edge links fromNode to toNode
containsEdge(Object, Object, Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns true if edge links fromNode to toNode
containsEdge(Object, Object, Object) - Method in interface net.walend.digraph.UEDigraph
Returns true if edge links fromNode to toNode
containsEdge(Object, Object, Object) - Method in interface net.walend.digraph.CEDigraph
Returns true if edge links fromNode to toNode
containsEdges(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
containsEdges(Set) - Method in interface net.walend.digraph.UEDigraph
 
containsGEDigraph(GEDigraph) - Method in interface net.walend.digraph.GEDigraph
Returns true if digraph is a subgraph of this GEDigraph.
containsGEDigraph(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns true if digraph is a subgraph of this GEDigraph.
containsGEDigraph(GEDigraph, GEDigraph) - Static method in class net.walend.digraph.GEDigraphAlgebra
Returns true if inner is a subgraph of outer.
containsIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in interface net.walend.lyophil.collection.CollectionOfFreezables
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in class net.walend.lyophil.memory.MemSet
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this collection contains the specified Freezable.
containsIdentifiedBy(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this collection contains the specified Freezable.
containsIdentifier(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
containsIdentifier(Serializable) - Method in interface net.walend.lyophil.collection.MapToFreezables
Returns true if one of the keys in the map is associated with identifier.
containsIdentifier(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
containsIdentifier(Serializable) - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
containsIdentifier(Serializable) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
containsIdentifier(Serializable) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
containsIdentifier(Serializable) - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
containsKey(Object) - Method in interface net.walend.collection.Map
Returns true if this map contains an entry for key.
containsKey(Object) - Method in class net.walend.collection.AbstractHashMap
Returns true if this map contains a mapping for the specified key.
containsKey(Object) - Method in class net.walend.collection.SoftHashMap
Returns true if this map contains an entry for key.
containsKey(Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns true if this map contains an entry for key.
containsKey(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns true if this map contains an entry for key.
containsKey(Object) - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
containsKey(Object) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
containsKey(Object) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
containsKey(Object) - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
containsKey(Serializable) - Method in class net.walend.lyophil.InvalidFrozenMap
 
containsNode(Object) - Method in interface net.walend.digraph.GEDigraph
 
containsNode(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
containsNode(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
containsNode(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
 
containsNode(Object) - Method in interface net.walend.digraph.UEDigraph
 
containsNode(Object) - Method in interface net.walend.digraph.CEDigraph
 
containsNodes(Set) - Method in interface net.walend.digraph.GEDigraph
 
containsNodes(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
containsNodes(Set) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
containsNodes(Set) - Method in class net.walend.digraph.AbstractHashGEDigraph
 
containsNodes(Set) - Method in interface net.walend.digraph.UEDigraph
 
containsNodes(Set) - Method in interface net.walend.digraph.CEDigraph
 
containsPair(Object, Serializable) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
containsTypableKey(String) - Method in interface net.walend.lyophil.TypableKeyDigger
Returns true if the typable key is in use already.
containsTypableKey(String) - Method in class net.walend.lyophil.memory.MemTypableKeyDigger
 
containsTypableKey(String) - Method in class net.walend.lyophil.memory.MemStorage
Returns true if the typable key is in use already.
containsTypableKey(String) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
containsTypableKey(String) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
containsUEDigraph(UEDigraph) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns true if digraph is a subgraph of this UEDigraph.
containsUEDigraph(UEDigraph) - Method in interface net.walend.digraph.UEDigraph
Returns true if digraph is a subgraph of this UEDigraph.
containsUEDigraph(UEDigraph, UEDigraph) - Static method in class net.walend.digraph.UEDigraphAlgebra
Returns true if inner is a subgraph of outer.
containsValue(Object) - Method in interface net.walend.collection.Map
Returns true if this map contains value.
containsValue(Object) - Method in class net.walend.collection.AbstractHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class net.walend.collection.SoftHashMap
Returns true if this map contains value.
containsValue(Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns true if this map contains value.
containsValue(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns true if this map contains value.
count() - Method in interface net.walend.lyophil.Caster
count the Freezables in the freezer.
count() - Method in interface net.walend.lyophil.Freezer
Returns the number of elements in this collection.
count() - Method in class net.walend.lyophil.memory.MemFreezer
 
count() - Method in class net.walend.lyophil.memory.MemStorage
 
count() - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
count() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
count() - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
count() - Method in class net.walend.lyophil.soft.SoftFreezer
Returns the number of elements in this collection.
count() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Returns the number of elements in this collection.
count() - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
Returns the number of elements in this collection.
count() - Method in class net.walend.lyophil.ejb.EJBFreezer
Returns the number of elements in this collection.
count() - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Returns the number of elements in this collection.
count() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Returns the number of elements in this collection.
countByClass(Class) - Method in interface net.walend.lyophil.Caster
Count the number of freezables that implement this interf.
countByClass(Class) - Method in interface net.walend.lyophil.ClassDigger
Count the number of freezables that implement this interf.
countByClass(Class) - Method in class net.walend.lyophil.memory.MemClassDigger
 
countByClass(Class) - Method in class net.walend.lyophil.memory.MemStorage
Count the number of freezables that implement this interf.
countByClass(Class) - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
countByClass(Class) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
countByClass(Class) - Method in class net.walend.lyophil.jdbc.JDBCClassDigger
 
countByClass(Class) - Method in class net.walend.lyophil.ejb.EJBClassDigger
Count the number of freezables that implement this interf.
countByClass(Class) - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
Count the number of freezables that implement this interf.
countByClass(Class) - Method in interface net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJB
Count the number of freezables that implement this interf.
counter - Variable in class net.walend.lyophil.memory.MemIdentifierSource
 
counter - Static variable in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
countIdentifiersForKey(Object) - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
countIdentifiersForKey(Object) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
countInboundEdges(Object) - Method in interface net.walend.digraph.GEDigraph
 
countInboundEdges(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Inefficient.
countInboundEdges(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Inefficient.
countInboundEdges(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Inefficient.
countInboundEdges(Object) - Method in interface net.walend.digraph.UEDigraph
 
countInboundEdges(Object) - Method in interface net.walend.digraph.CEDigraph
 
countOutboundEdges(Object) - Method in interface net.walend.digraph.GEDigraph
 
countOutboundEdges(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Inefficient.
countOutboundEdges(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Inefficient.
countOutboundEdges(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Inefficient.
countOutboundEdges(Object) - Method in interface net.walend.digraph.UEDigraph
 
countOutboundEdges(Object) - Method in interface net.walend.digraph.CEDigraph
 
countParameters() - Method in class net.walend.jdbc.SQLStatementString
 
create() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBHome
 
create() - Method in interface net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBHome
 
create() - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJBHome
 
createDelegate() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Only called by DelegatingMutableSet's constructor.
createDelegate() - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
Only called by DelegatingMutableSet's constructor.
createEvilClone(Freezable, String) - Method in class net.walend.lyophil.GenericMother
 
createEvilClone(Freezable, String) - Method in interface net.walend.lyophil.Mother
Create a copy as a new instance with a new identifier.
createEvilClone(Freezable, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createEvilClone(Freezable, String) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
createEvilClone(Mother, String) - Method in interface net.walend.lyophil.Freezable
Returns a new instance of a Freezable with the same internal state as this Freezable, but with the new id.
createEvilClone(Mother, String) - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
createEvilClone(Mother, String) - Method in class net.walend.lyophil.test.stringbean.StringBean
 
createEvilClone(Mother, String) - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
createEvilClone(Mother, String) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
createID() - Method in interface net.walend.lyophil.IdentifierSource
Return a new identifier Object.
createID() - Method in class net.walend.lyophil.memory.MemIdentifierSource
Return a Long unique in the system, which better not be bigger than a single VM.
createID() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
Return a Long unique in the system, based on a database table.
createID() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
Return a new identifier Object.
createID() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB
Return a new identifier Object.
createID() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
Return a new identifier Object.
createIdentifierMap(int) - Method in class net.walend.lyophil.memory.MemSet
This method gets called in the constructor to create the intertnal Map.
createIdentifierMap(int) - Method in class net.walend.lyophil.soft.SoftMemSet
This method is called by the constructor.
createIDsToKeys() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
createIDsToKeys() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
createKeysToIDs() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
createKeysToSets() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
createMother() - Method in class net.walend.lyophil.test.GenericMotherTest
 
createNewFreezableColorString(String, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createNewFreezableColorString(String, String, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
Create a new FreezableString.
createNewFreezableSet() - Method in class net.walend.collection.lyophil.FreezableCollectionMother
Create a new FreezableSet.
createNewFreezableString(String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createNewFreezableString(String, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
Create a new FreezableString.
createNewFreezableString(TestString) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createNewIdentifierSource() - Method in class net.walend.lyophil.memory.test.MemIdentifierSourceTest
 
createNewIdentifierSource() - Method in class net.walend.lyophil.test.IdentifierSourceTest
 
createNewIdentifierSource() - Method in class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTest
 
createNewIdentifierSource() - Method in class net.walend.lyophil.ejb.test.EJBIdentifierSourceTest
 
createNewInstance(String) - Method in class net.walend.lyophil.GenericMother
 
createNewInstance(String) - Method in interface net.walend.lyophil.Mother
Create a new instance of a class for the given role wanted.
createNewInstance(String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createNewInstance(String) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
createNewInstance(String, Object[]) - Method in class net.walend.lyophil.GenericMother
 
createNewInstance(String, Object[]) - Method in interface net.walend.lyophil.Mother
Create a new instance of a class for the given role wanted.
createNewInstance(String, Object[]) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
createNewInstance(String, Object[]) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
createSet() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
createTestSet() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
ctx - Variable in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
ctx - Variable in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ctx - Variable in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
current - Variable in class net.walend.collection.MultiIterator
 
current - Variable in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
 
currentEdge - Variable in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
 
currentNP - Variable in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
 
cursor - Variable in class net.walend.collection.AbstractArrayList.ListItr
Index of element to be returned by subsequent call to next.

D

databaseCreateSuccess - Static variable in class net.walend.lyophil.jdbc.JDBCProperties
 
databaseDropSuccess - Static variable in class net.walend.lyophil.jdbc.JDBCProperties
 
databaseNameKey - Static variable in class net.walend.lyophil.jdbc.JDBCProperties
 
DatabaseUtilsTest - class net.walend.jdbc.test.DatabaseUtilsTest.
Test all api of DatabaseUtils.
DatabaseUtilsTest(String) - Constructor for class net.walend.jdbc.test.DatabaseUtilsTest
 
DBSetup - interface net.walend.jdbc.test.DBSetup.
This interface declares a method for setting up a connection to a database.
dbURL - Variable in class net.walend.jdbc.GenericDataSource
 
deepCopy() - Method in interface net.walend.collection.AbstractHashMap.Entry
 
deepCopy() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
deepCopy() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
deepCopy() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
DEFAULT - Static variable in class net.walend.digraph.EdgeMissingException
 
DEFAULT - Static variable in class net.walend.digraph.NodeMissingException
 
DEFAULT - Static variable in class net.walend.digraph.EdgeNotUniqueException
 
DEFAULT - Static variable in class net.walend.jdbc.ConnectionSource
 
DEFAULTCAPACITY - Static variable in class net.walend.collection.AbstractHashMap
 
DefaultIdentitor - class net.walend.collection.DefaultIdentitor.
This class implements Identitor using an object's own equals() and hashCode() methods.
DefaultIdentitor() - Constructor for class net.walend.collection.DefaultIdentitor
 
DefaultIdentitorTest - class net.walend.collection.test.DefaultIdentitorTest.
 
DefaultIdentitorTest(String) - Constructor for class net.walend.collection.test.DefaultIdentitorTest
 
DEFAULTLOADFACTOR - Static variable in class net.walend.collection.AbstractHashMap
 
DEFAULTSIZE - Static variable in class net.walend.digraph.MutableHashUEDigraph
 
DEFAULTSIZE - Static variable in class net.walend.digraph.MutableHashCEDigraph
 
DEFAULTSIZE - Static variable in class net.walend.digraph.MutableHashGEDigraph
 
delegate - Variable in class net.walend.lyophil.collection.DelegatingMutableSet
 
DELEGATEPROPERTYKEY - Static variable in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
DelegatingMutableSet - class net.walend.lyophil.collection.DelegatingMutableSet.
This abstract class implements MutableSet by delegating all methods to a contained MutableSet.
DelegatingMutableSet() - Constructor for class net.walend.lyophil.collection.DelegatingMutableSet
 
DelegatingMutableSet(CollectionOfFreezables) - Constructor for class net.walend.lyophil.collection.DelegatingMutableSet
 
delete(Serializable) - Method in interface net.walend.lyophil.Tray
Remove everything about this id from the Tray.
delete(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
delete(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
delete(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
delete(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
delete(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
delete(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
DependantMutableSetTray - class net.walend.collection.lyophil.jdbc.DependantMutableSetTray.
A simple backing for dependant SetOfFreezables s wholey contained by another Freezable.
DependantMutableSetTray(String) - Constructor for class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
DependantMutableSetTrayTest - class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest.
 
DependantMutableSetTrayTest.DMSTestSetup - class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest.DMSTestSetup.
 
DependantMutableSetTrayTest.DMSTestSetup(Test) - Constructor for class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest.DMSTestSetup
 
DependantMutableSetTrayTest(String) - Constructor for class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
Digger - interface net.walend.lyophil.Digger.
This optional marker interface marks classes that return Freezables and Iterators of Freezables.
DigraphException - exception net.walend.digraph.DigraphException.
 
DigraphException(String) - Constructor for class net.walend.digraph.DigraphException
 
DigraphException(String, Throwable) - Constructor for class net.walend.digraph.DigraphException
 
DigraphException(Throwable) - Constructor for class net.walend.digraph.DigraphException
 
DigraphTests - class net.walend.digraph.test.DigraphTests.
 
DigraphTests(String) - Constructor for class net.walend.digraph.test.DigraphTests
 
director - Static variable in class net.walend.director.Director
 
Director - class net.walend.director.Director.
This static convinience class provides shortcuts to get to singleton classes and nonpersistent classes.
Director - class net.walend.lyophil.Director.
A static extension of Director that holds some convinience methods for the lyophilizer.
DIRECTOR - Static variable in interface net.walend.director.FancyDirector
 
Director() - Constructor for class net.walend.director.Director
 
Director() - Constructor for class net.walend.lyophil.Director
 
DirectorPropertySource - class net.walend.director.DirectorPropertySource.
This class is a SimplePropertySource for lyophil.properties.
DirectorPropertySource() - Constructor for class net.walend.director.DirectorPropertySource
 
DirectorRuntimeException - exception net.walend.director.DirectorRuntimeException.
An abstract NestedRuntimeException for the Lyophilizer kit.
DirectorRuntimeException() - Constructor for class net.walend.director.DirectorRuntimeException
Only use this constructor for Serialization.
DirectorRuntimeException(String) - Constructor for class net.walend.director.DirectorRuntimeException
 
DirectorRuntimeException(String, Throwable) - Constructor for class net.walend.director.DirectorRuntimeException
 
DirectorRuntimeException(Throwable) - Constructor for class net.walend.director.DirectorRuntimeException
 
DirectorTest - class net.walend.director.test.DirectorTest.
Test all api of Director.
DirectorTest(String) - Constructor for class net.walend.director.test.DirectorTest
 
DirectorTests - class net.walend.director.test.DirectorTests.
Test all api of LastIdentifierUsedException.
DirectorTests(String) - Constructor for class net.walend.director.test.DirectorTests
 

E

edge() - Method in interface net.walend.digraph.EdgeIterator
Returns the current edge.
edge() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Returns the current edge.
edge() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Returns the current edge.
edgeab - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgeab - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgebc - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgebc - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgecd - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgecd - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgeCount() - Method in interface net.walend.digraph.GEDigraph
 
edgeCount() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
edgeCount() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
edgeCount() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
edgeCount() - Method in interface net.walend.digraph.UEDigraph
 
edgeCount() - Method in interface net.walend.digraph.CEDigraph
 
edgede - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgede - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgeeb - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgeeb - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgeef - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgeef - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgegz - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgegz - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
EdgeIterator - interface net.walend.digraph.EdgeIterator.
EdgeIterator extends EdgeNodeIterator by adding a method to get the current edge.
edgeIterator() - Method in class net.walend.digraph.AbstractHashUEDigraph
Since HashUEDigraph is immutable, edgeIterator()'s remove() method throws an UnsupportedOperationException.
edgeIterator() - Method in class net.walend.digraph.AbstractHashCEDigraph
Since HashCEDigraph is immutable, edgeIterator()'s remove() method throws an UnsupportedOperationException.
edgeIterator() - Method in interface net.walend.digraph.UEDigraph
 
edgeIterator() - Method in interface net.walend.digraph.CEDigraph
 
EdgeMissingException - exception net.walend.digraph.EdgeMissingException.
 
EdgeMissingException(Object) - Constructor for class net.walend.digraph.EdgeMissingException
 
EdgeMissingException(String, Object) - Constructor for class net.walend.digraph.EdgeMissingException
 
EdgeMissingException(String, Throwable, Object) - Constructor for class net.walend.digraph.EdgeMissingException
 
EdgeMissingException(Throwable, Object) - Constructor for class net.walend.digraph.EdgeMissingException
 
EdgeMissingExceptionTest - class net.walend.digraph.test.EdgeMissingExceptionTest.
Test all api of EdgeMissingException.
EdgeMissingExceptionTest(String) - Constructor for class net.walend.digraph.test.EdgeMissingExceptionTest
 
EdgeNodeIterator - interface net.walend.digraph.EdgeNodeIterator.
EdgeNodeIterator is a special iterator that iterates accross the pairs of nodes that make edges in a digraph.
edgeNodeIterator() - Method in interface net.walend.digraph.GEDigraph
Returns an iterator that iterates across pairs of nodes that make edges.
edgeNodeIterator() - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns an iterator that iterates across pairs of nodes that make edges.
EdgeNotUniqueException - exception net.walend.digraph.EdgeNotUniqueException.
 
EdgeNotUniqueException(Object) - Constructor for class net.walend.digraph.EdgeNotUniqueException
 
EdgeNotUniqueException(String, Object) - Constructor for class net.walend.digraph.EdgeNotUniqueException
 
EdgeNotUniqueException(String, Throwable, Object) - Constructor for class net.walend.digraph.EdgeNotUniqueException
 
EdgeNotUniqueException(Throwable, Object) - Constructor for class net.walend.digraph.EdgeNotUniqueException
 
EdgeNotUniqueExceptionTest - class net.walend.digraph.test.EdgeNotUniqueExceptionTest.
Test all api of EdgeNotUniqueException.
EdgeNotUniqueExceptionTest(String) - Constructor for class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
edges - Variable in class net.walend.digraph.AbstractHashGEDigraph
 
EDGES - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
EDGES - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
edgesToFromNodes - Variable in class net.walend.digraph.AbstractHashUEDigraph
 
edgesToToNodes - Variable in class net.walend.digraph.AbstractHashUEDigraph
 
edgeyz - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
edgeyz - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
ejbActivate() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
ejbActivate() - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ejbActivate() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
EJBClassDigger - class net.walend.lyophil.ejb.EJBClassDigger.
 
EJBClassDigger() - Constructor for class net.walend.lyophil.ejb.EJBClassDigger
 
EJBCLASSDIGGERDELEGATE - Static variable in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
EJBClassDiggerTest - class net.walend.lyophil.ejb.test.EJBClassDiggerTest.
 
EJBClassDiggerTest(String) - Constructor for class net.walend.lyophil.ejb.test.EJBClassDiggerTest
 
ejbCreate() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
ejbCreate() - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ejbCreate() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
ejbCreateGuts(String) - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
This method constructs the "guts" object for this Session bean.
EJBFreezer - class net.walend.lyophil.ejb.EJBFreezer.
 
EJBFreezer() - Constructor for class net.walend.lyophil.ejb.EJBFreezer
 
EJBFREEZERDELEGATE - Static variable in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
EJBFreezerTest - class net.walend.lyophil.ejb.test.EJBFreezerTest.
Test the api of a EJBFreezer.
EJBFreezerTest(String) - Constructor for class net.walend.lyophil.ejb.test.EJBFreezerTest
 
EJBIdentifierSource - class net.walend.lyophil.ejb.EJBIdentifierSource.
 
EJBIdentifierSource() - Constructor for class net.walend.lyophil.ejb.EJBIdentifierSource
 
EJBIdentifierSourceTest - class net.walend.lyophil.ejb.test.EJBIdentifierSourceTest.
 
EJBIdentifierSourceTest(String) - Constructor for class net.walend.lyophil.ejb.test.EJBIdentifierSourceTest
 
ejbPassivate() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
ejbPassivate() - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ejbPassivate() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
ejbRemove() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
ejbRemove() - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
ejbRemove() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
EJBTests - class net.walend.ejb.test.EJBTests.
 
EJBTests - class net.walend.lyophil.ejb.test.EJBTests.
 
EJBTests(String) - Constructor for class net.walend.ejb.test.EJBTests
 
EJBTests(String) - Constructor for class net.walend.lyophil.ejb.test.EJBTests
 
EJBTestSetup - class net.walend.lyophil.ejb.test.EJBTestSetup.
 
EJBTestSetup(Test) - Constructor for class net.walend.lyophil.ejb.test.EJBTestSetup
 
elementData - Variable in class net.walend.collection.AbstractArrayList
The array buffer into which the elements of the ArrayList are stored.
EMPTY - Static variable in interface net.walend.collection.Map
 
EMPTY - Static variable in interface net.walend.collection.Set
 
EMPTY - Static variable in interface net.walend.collection.List
 
EMPTY - Static variable in interface net.walend.digraph.GEDigraph
 
EMPTY - Static variable in interface net.walend.digraph.UEDigraph
 
EMPTY - Static variable in interface net.walend.digraph.CEDigraph
 
EMPTY - Static variable in interface net.walend.lyophil.collection.SetOfFreezables
 
emptyIterator - Static variable in class net.walend.collection.AbstractHashMap
Special purpose iterator for empty hash maps.
ensureCapacity(int) - Method in class net.walend.collection.AbstractArrayList
Increases the capacity of this ArrayList instance, if necessary, to ensure that it can hold at least the number of elements specified by the minimum capacity argument.
entry - Variable in class net.walend.collection.AbstractHashMap.HashIterator
 
equals(Object) - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
equals(Object) - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
equals(Object) - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
equals(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
equals(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
equals(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
equals(Object, Object) - Static method in class net.walend.lang.EqualsTest
 
equals(Object, Object) - Method in class net.walend.collection.DefaultIdentitor
This method uses an object's own equals() method after first checking for nulls.
equals(Object, Object) - Method in interface net.walend.collection.Identitor
If ob1 and ob2 should be equal in this Collection, return true.
equals(Object, Object) - Method in class net.walend.lyophil.collection.MapToFreezablesIdentitor
This method uses an object's own equals() method after first checking for nulls.
equals(Object, Object) - Method in class net.walend.lyophil.collection.FreezableIdentitor
If two Freezables have equal identifiers, this method returns true.
EqualsTest - class net.walend.lang.EqualsTest.
A simple class to test if two references are equal, even if they're both null.
EqualsTest() - Constructor for class net.walend.lang.EqualsTest
 
EqualsTestTest - class net.walend.lang.test.EqualsTestTest.
Test EqualsTest
EqualsTestTest(String) - Constructor for class net.walend.lang.test.EqualsTestTest
 
escapeSingleQuotes(String) - Method in class net.walend.jdbc.SQLStatementString
 
ExceptionTests - class net.walend.ejb.test.ExceptionTests.
Test all api of NestedCreateException.
ExceptionTests - class net.walend.lyophil.test.ExceptionTests.
Test all api of LastIdentifierUsedException.
ExceptionTests(String) - Constructor for class net.walend.ejb.test.ExceptionTests
 
ExceptionTests(String) - Constructor for class net.walend.lyophil.test.ExceptionTests
 
executeCountQuery(String, String) - Static method in class net.walend.jdbc.SQLUtils
Return the number of rows found by a select statement.
executeIsPresentQuery(String, String) - Static method in class net.walend.jdbc.SQLUtils
Execute a query that expects zero or one rows.
executeNumberQuery(String, String) - Static method in class net.walend.jdbc.SQLUtils
Run a select query that returns a single long value
executeQuery(String, String) - Static method in class net.walend.jdbc.SQLUtils
Run a query that returns a resultSet and generate the needed SelectTupple to close it safely.
executeQueryForIteratorOfLongs(String, String) - Static method in class net.walend.jdbc.SQLUtils
Return an Iterator of Longs found by a select query.
executeQueryForSetOfIntegers(String, String) - Static method in class net.walend.jdbc.SQLUtils
Return a set of integers found by a select query.
executeQueryForSetOfLongs(String, String) - Static method in class net.walend.jdbc.SQLUtils
Return a Set of Longs found by a select query.
executeQueryForSetOfStrings(String, String) - Static method in class net.walend.jdbc.SQLUtils
Return a Set of Strings found by a select query.
executeStringQuery(String, String) - Static method in class net.walend.jdbc.SQLUtils
Run a select query that returns a single long value
executeUpdate(String, String) - Static method in class net.walend.jdbc.SQLUtils
Execute an sql statement.
executeUpdate(String, String, int) - Static method in class net.walend.jdbc.SQLUtils
Execute an sql statement.
executor - Variable in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
 
expectedModCount - Variable in class net.walend.collection.AbstractArrayList.ListItr
The modCount value that the iterator believes that the backing List should have.
expectedModCount - Variable in class net.walend.collection.AbstractHashMap.HashIterator
The modCount value that the iterator believes that the backing List should have.
extraEdge - Variable in class net.walend.digraph.EdgeNotUniqueException
 

F

fail(Throwable) - Method in class net.walend.toolkit.junit.TestCase
 
FAILED - Static variable in class net.walend.toolkit.junit.test.TestSetupTest
 
FAILMESSAGE - Static variable in class net.walend.toolkit.junit.test.TestCaseTest
 
FancyDirector - interface net.walend.director.FancyDirector.
This optional interface lets you create a custom map between roles and classes that fill those rolls.
fillTestCEDigraph(MutableCEDigraph) - Static method in class net.walend.digraph.test.TestCEDigraphFactory
Fills in the digraph with nodes {D,A,F,B,E,G,C} edges {(C,D,cd),(E,B,eb),(E,F,ef),(D,E,de),(B,C,bc),(A,B,ab)}.
fillTestGEDigraph(MutableGEDigraph) - Static method in class net.walend.digraph.test.TestGEDigraphFactory
Fills in the digraph with nodes {D,A,F,B,E,G,C} edges {(C,D,cd),(E,B,eb),(E,F,ef),(D,E,de),(B,C,bc),(A,B,ab)}.
fillTestList(MutableList) - Method in class net.walend.collection.test.TestCollectionFactory
 
fillTestMap(MutableMap) - Method in class net.walend.collection.test.TestCollectionFactory
 
fillTestSet(MutableSet) - Method in class net.walend.collection.test.TestCollectionFactory
Fills in the collection with objects {D,A,F,B,E,G,C}
fillTestUEDigraph(MutableUEDigraph) - Static method in class net.walend.digraph.test.TestUEDigraphFactory
Fills in the digraph with nodes {D,A,F,B,E,G,C} edges {(C,D,cd),(E,B,eb),(E,F,ef),(D,E,de),(B,C,bc),(A,B,ab)}.
finalize() - Method in class net.walend.collection.test.SoftHashMapTest.LameValue
 
findByClass(Class) - Method in interface net.walend.lyophil.Caster
Returns the Set of Freezables in the Freezer that can be cast to interf.
findByClass(Class) - Method in interface net.walend.lyophil.ClassDigger
Returns the Set of Freezables in the Freezer that can be cast to interf.
findByClass(Class) - Method in class net.walend.lyophil.memory.MemClassDigger
 
findByClass(Class) - Method in class net.walend.lyophil.memory.MemStorage
Returns the set of Freezables that can be cast to interf.
findByClass(Class) - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
findByClass(Class) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
findByClass(Class) - Method in class net.walend.lyophil.jdbc.JDBCClassDigger
 
findByClass(Class) - Method in class net.walend.lyophil.ejb.EJBClassDigger
Returns the Set of Freezables in the Freezer that can be cast to interf.
findByClass(Class) - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
Returns the Set of Freezables in the Freezer that can be cast to interf.
findByClass(Class) - Method in interface net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJB
Returns the Set of Freezables in the Freezer that can be cast to interf.
findByIdentifier(Serializable) - Method in class net.walend.lyophil.memory.MemStorage
Freeze and findByIdentifier methods in MemStorage always return the same instance of the object.
findByTypableKey(String) - Method in interface net.walend.lyophil.TypableKeyDigger
Returns the Freezable that has the typable key
findByTypableKey(String) - Method in class net.walend.lyophil.memory.MemTypableKeyDigger
 
findByTypableKey(String) - Method in class net.walend.lyophil.memory.MemStorage
Returns the Freezable that has the typable key
findByTypableKey(String) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
findByTypableKey(String) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
findIDForTypableKey(String) - Method in interface net.walend.lyophil.TypableKeyDigger
Returns the id of the Freezable that has the typable key
findIDForTypableKey(String) - Method in class net.walend.lyophil.memory.MemTypableKeyDigger
 
findIDForTypableKey(String) - Method in class net.walend.lyophil.memory.MemStorage
 
findIDForTypableKey(String) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
findInterfaceForFreezable(Freezable) - Method in interface net.walend.lyophil.Caster
Returns the working interface for the freezable.
findInterfaceForFreezable(Freezable) - Method in class net.walend.lyophil.memory.MemCaster
 
findInterfaceForFreezable(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
findInterfaceForFreezableFromProperties(Freezable) - Method in class net.walend.lyophil.memory.MemCaster
 
findInterfaceForFreezableFromProperties(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
findInterfaceForIdentifier(Serializable) - Method in interface net.walend.lyophil.Caster
Returns the working interface for the object pointed at by identifier.
findInterfaceForIdentifier(Serializable) - Method in class net.walend.lyophil.memory.MemCaster
Warning!! This method asks the Freezer for the Freezable.
findInterfaceForIdentifier(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
findTrayForIdentifier(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
fit - Variable in class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator
 
fIt - Variable in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator
 
Freezable - interface net.walend.lyophil.Freezable.
Objects for persistent storage should implement this interface.
FreezableCollectionMother - class net.walend.collection.lyophil.FreezableCollectionMother.
This class provides a simple helper method for making FreezableCollections.
FreezableCollectionMother() - Constructor for class net.walend.collection.lyophil.FreezableCollectionMother
 
FreezableColorString - interface net.walend.lyophil.test.stringbean.FreezableColorString.
A simple interface for tests.
FREEZABLECOLORSTRING - Static variable in interface net.walend.lyophil.test.stringbean.FreezableColorString
 
FreezableDelegatingMutableSet - class net.walend.collection.lyophil.FreezableDelegatingMutableSet.
This class extends the DelegatingMutableSet to implement FreezableSet.
FreezableDelegatingMutableSet(Serializable, String, Mother) - Constructor for class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
FreezableDelegatingMutableSet(Serializable, String, Mother, CollectionOfFreezables) - Constructor for class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
FreezableDelegatingMutableSet(Serializable, String, Mother, FreezableDelegatingMutableSet) - Constructor for class net.walend.collection.lyophil.FreezableDelegatingMutableSet
Creates a new Set that is a copy of c
FreezableIdentitor - class net.walend.lyophil.collection.FreezableIdentitor.
An Identitor for Freezables.
FreezableIdentitor() - Constructor for class net.walend.lyophil.collection.FreezableIdentitor
 
FreezableIdentitorTest - class net.walend.lyophil.collection.test.FreezableIdentitorTest.
 
FreezableIdentitorTest(String) - Constructor for class net.walend.lyophil.collection.test.FreezableIdentitorTest
 
FreezableIterator - interface net.walend.lyophil.collection.FreezableIterator.
An iterator over a collection of Freezables.
freezableIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in interface net.walend.lyophil.collection.CollectionOfFreezables
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in class net.walend.lyophil.memory.MemSet
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns an iterator over the Freezables in this collection.
freezableIterator() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns an iterator over the Freezables in this collection.
FreezableSet - interface net.walend.collection.lyophil.FreezableSet.
This interface describes a Freezable MutableSet.
FREEZABLESET - Static variable in interface net.walend.collection.lyophil.FreezableSet
 
FreezableSetTest - class net.walend.collection.lyophil.test.FreezableSetTest.
 
FreezableSetTest(String) - Constructor for class net.walend.collection.lyophil.test.FreezableSetTest
 
FreezableString - interface net.walend.lyophil.test.stringbean.FreezableString.
A simple interface for tests.
FREEZABLESTRING - Static variable in interface net.walend.lyophil.test.stringbean.FreezableString
 
FreezableStringMother - class net.walend.lyophil.test.stringbean.FreezableStringMother.
This class provides a simple helper method for making FreezableStrings.
FreezableStringMother() - Constructor for class net.walend.lyophil.test.stringbean.FreezableStringMother
 
freeze(Freezable) - Method in interface net.walend.lyophil.Caster
Add a freezable to the Caster's collection if it isn't already there.
freeze(Freezable) - Method in interface net.walend.lyophil.ConcreteTray
Puts the Freezable in cold storage.
freeze(Freezable) - Method in interface net.walend.lyophil.Freezer
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in class net.walend.lyophil.memory.MemFreezer
Freeze and thaw methods in MemFreezer always return the same instance of the object.
freeze(Freezable) - Method in class net.walend.lyophil.memory.MemStorage
Put the victem in all the Maps.
freeze(Freezable) - Method in class net.walend.lyophil.memory.MemCaster
Does nothing.
freeze(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
freeze(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
freeze(Freezable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
freeze(Freezable) - Method in class net.walend.lyophil.soft.SoftFreezer
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in class net.walend.lyophil.ejb.EJBFreezer
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Take the Thawed victem and put it in cold storage.
freeze(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
freeze(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
freeze(Serializable, SetOfFreezables) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
freezeFreezable(Freezable) - Method in interface net.walend.lyophil.Frozen
Puts the Freezable in cold storage.
freezer - Variable in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
Freezer - interface net.walend.lyophil.Freezer.
This interface defines the basic functions for persisting an object.
FreezerEJB - interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB.
 
FreezerEJBBean - class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean.
 
FreezerEJBBean() - Constructor for class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
FreezerEJBHome - interface net.walend.lyophil.ejb.ejbbeans.FreezerEJBHome.
 
FreezerHashMap - class net.walend.lyophil.collection.FreezerHashMap.
 
FreezerHashMap(Map) - Constructor for class net.walend.lyophil.collection.FreezerHashMap
 
FreezerHashMap(Map) - Constructor for class net.walend.lyophil.collection.FreezerHashMap
 
FreezerHashMapTest - class net.walend.lyophil.collection.test.FreezerHashMapTest.
 
FreezerHashMapTest(String) - Constructor for class net.walend.lyophil.collection.test.FreezerHashMapTest
 
FreezerHashSet - class net.walend.lyophil.collection.FreezerHashSet.
 
FreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.FreezerHashSet
Constructs a new set containing the elements in the specified collection.
FreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.FreezerHashSet
Constructs a new set containing the elements in the specified java.util.Collection.
FreezerHashSetTest - class net.walend.lyophil.collection.test.FreezerHashSetTest.
 
FreezerHashSetTest(String) - Constructor for class net.walend.lyophil.collection.test.FreezerHashSetTest
 
FreezerIterator - class net.walend.lyophil.collection.FreezerIterator.
An implementation of FreezableIterator that grabs the Freezables fresh out of the Freezer.
FreezerIterator(Iterator) - Constructor for class net.walend.lyophil.collection.FreezerIterator
 
FreezerIteratorTest - class net.walend.lyophil.collection.test.FreezerIteratorTest.
 
FreezerIteratorTest(String) - Constructor for class net.walend.lyophil.collection.test.FreezerIteratorTest
 
FreezerTest - class net.walend.lyophil.test.FreezerTest.
Test all api of StringEJB.
FreezerTest(String) - Constructor for class net.walend.lyophil.test.FreezerTest
 
freezy - Variable in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.FreezeCommand
 
fromNode - Variable in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
fromNode - Variable in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
fromNode - Variable in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
fromNode() - Method in interface net.walend.digraph.EdgeNodeIterator
Returns the node that his edge begins at.
fromNode() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Returns the node that his edge begins at.
fromNode() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Returns the node that his edge begins at.
fromNode() - Method in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
Returns the node that his edge begins at.
Frozen - interface net.walend.lyophil.Frozen.
An optional interface for the back-end storage peers.

G

GEDigraph - interface net.walend.digraph.GEDigraph.
GEDigraph is an interface for representing directed graphs of nodes linked by zero or one edge.
GEDigraphAlgebra - class net.walend.digraph.GEDigraphAlgebra.
Algebra for GEDigraph Operations.
GEDigraphAlgebra() - Constructor for class net.walend.digraph.GEDigraphAlgebra
 
GEDigraphTest - class net.walend.digraph.test.GEDigraphTest.
 
GEDigraphTest(String) - Constructor for class net.walend.digraph.test.GEDigraphTest
 
GenericDataSource - class net.walend.jdbc.GenericDataSource.
A class that implements DataSource for non-DataSource databases so I can treat everthing as a DataSource.
GenericDataSource(String, String, String, String) - Constructor for class net.walend.jdbc.GenericDataSource
 
GenericDirector - class net.walend.director.GenericDirector.
This class implemetns a simple FancyDirector driven off of the director.properties file.
GenericDirector() - Constructor for class net.walend.director.GenericDirector
 
GenericDirectorTest - class net.walend.director.test.GenericDirectorTest.
Test all api of GenericDirector.
GenericDirectorTest(String) - Constructor for class net.walend.director.test.GenericDirectorTest
 
GenericMother - class net.walend.lyophil.GenericMother.
This class implemetns Mother.
GenericMother() - Constructor for class net.walend.lyophil.GenericMother
 
GenericMotherTest - class net.walend.lyophil.test.GenericMotherTest.
 
GenericMotherTest(String) - Constructor for class net.walend.lyophil.test.GenericMotherTest
 
get(int) - Method in class net.walend.collection.AbstractArrayList
Return the object at position index.
get(int) - Method in interface net.walend.collection.List
Return the object at position index.
get(Object) - Method in interface net.walend.collection.Map
Returns the value for the key.
get(Object) - Method in class net.walend.collection.AbstractHashMap
Returns the value to which this map maps the specified key.
get(Object) - Method in class net.walend.collection.SoftHashMap
Returns the value for the key.
get(Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns the value for the key.
get(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns the value for the key.
get(Object) - Method in interface net.walend.lyophil.memory.MultiValueIndex
Returns an immutable Set.
get(Object) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
get(Object) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
get(Object) - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
getAll() - Method in interface net.walend.lyophil.Freezer
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in class net.walend.lyophil.memory.MemFreezer
 
getAll() - Method in class net.walend.lyophil.memory.MemStorage
 
getAll() - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
getAll() - Method in class net.walend.lyophil.soft.SoftFreezer
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in class net.walend.lyophil.ejb.EJBFreezer
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Returns a lyophilizer.collection.Set of Freezables.
getAll() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Returns a lyophilizer.collection.Set of Freezables.
getAllIdentifiers() - Method in interface net.walend.lyophil.Caster
Get a Set containing all the identifiers in the Freezer.
getAllIdentifiers() - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
getAllIdentifiers() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getAllIdentifiersInTray() - Method in interface net.walend.lyophil.Tray
Get a Set containing all the identifiers in this Tray.
getAllIdentifiersInTray() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
getAllIdentifiersInTray() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
getAllIdentifiersInTray() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
getAllIdentifiersInTray() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
getAllIdentifiersInTray() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
getAllIdentifiersInTray() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
getCaster() - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
getCaster() - Method in class net.walend.lyophil.jdbc.JDBCClassDigger
 
getCaster() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
getCasterPropertySource() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getClassDigger() - Method in class net.walend.lyophil.memory.test.MemClassDiggerTest
 
getClassDigger() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
getClassDigger() - Method in class net.walend.lyophil.jdbc.test.JDBCClassDiggerTest
 
getClassDigger() - Method in class net.walend.lyophil.ejb.EJBClassDigger
 
getClassDigger() - Method in class net.walend.lyophil.ejb.test.EJBClassDiggerTest
 
getClassForRole(String) - Static method in class net.walend.director.Director
Return the concrete class to use for this particular interface.
getClassForRole(String) - Method in interface net.walend.director.FancyDirector
Return the concrete class to use for this particular interface.
getClassForRole(String) - Method in class net.walend.director.GenericDirector
 
getCloneKey() - Method in interface net.walend.lyophil.HasTypableKey
Get a clone key
getCloneKey() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
getColorForID(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
getColorString() - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
getColorString() - Method in interface net.walend.lyophil.test.stringbean.FreezableColorString
 
getColorStringPropertySource() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
getConnection() - Static method in class net.walend.jdbc.ConnectionSource
Get a connection to a database.
getConnection() - Method in class net.walend.jdbc.GenericDataSource
 
getConnection(String) - Static method in class net.walend.jdbc.ConnectionSource
Get a connection to a database.
getConnection(String, String) - Method in class net.walend.jdbc.GenericDataSource
 
getCreateSuccess() - Static method in class net.walend.lyophil.jdbc.JDBCProperties
 
getDatabaseName() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getDatabaseName() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
getDatabaseName() - Static method in class net.walend.lyophil.jdbc.JDBCProperties
 
getDatabaseName() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
getDatabaseName() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
getDatabaseName() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
getDatabaseName() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
getDatabaseName() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
getDataSourceForName(String) - Method in class net.walend.jdbc.ConnectionSource
 
getDelegate() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
getdentifiers() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
getdentifiers() - Method in interface net.walend.lyophil.collection.MapToFreezables
Returns a collection of all the identifiers.
getdentifiers() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
getDropSuccess() - Static method in class net.walend.lyophil.jdbc.JDBCProperties
 
getEdge() - Method in class net.walend.digraph.EdgeMissingException
 
getEdge() - Method in class net.walend.digraph.EdgeNotUniqueException
 
getEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns null if either node is not in the digraph or if no edge links fromNode to toNode
getEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns null if either node is not in the digraph or if no edge links fromNode to toNode
getEdge(Object, Object) - Method in interface net.walend.digraph.UEDigraph
Returns null if either node is not in the digraph or if no edge links fromNode to toNode
getEdge(Object, Object) - Method in interface net.walend.digraph.CEDigraph
Returns null if either node is not in the digraph or if no edge links fromNode to toNode
getEdges() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
getEdges() - Method in interface net.walend.digraph.UEDigraph
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getEmptySetOfFreezables() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getEmptySetOfFreezables() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getEmptyTestCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
getEmptyTestCEDigraph() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
getEmptyTestCEDigraph() - Method in class net.walend.digraph.test.HashCEDigraphTest
 
getEmptyTestGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
getEmptyTestGEDigraph() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
getEmptyTestGEDigraph() - Method in class net.walend.digraph.test.HashGEDigraphTest
 
getEmptyTestList() - Method in class net.walend.collection.test.ArrayListTest
 
getEmptyTestList() - Method in class net.walend.collection.test.MutableArrayListTest
 
getEmptyTestList() - Method in class net.walend.collection.test.AbstractListTest
 
getEmptyTestMap() - Method in class net.walend.collection.test.HashMapTest
 
getEmptyTestMap() - Method in class net.walend.collection.test.AbstractMapTest
 
getEmptyTestMap() - Method in class net.walend.collection.test.NullValueHashMapTest
 
getEmptyTestMap() - Method in class net.walend.collection.test.SoftHashMapTest
 
getEmptyTestMap() - Method in class net.walend.collection.test.MutableHashMapTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashMapTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.HashMapTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.FreezerHashMapTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.HashMapToFreezablesTest
 
getEmptyTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest
 
getEmptyTestMutableCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
getEmptyTestMutableCEDigraph() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
getEmptyTestMutableCEDigraph() - Method in class net.walend.digraph.test.HashCEDigraphTest
 
getEmptyTestMutableGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
getEmptyTestMutableGEDigraph() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
getEmptyTestMutableGEDigraph() - Method in class net.walend.digraph.test.HashGEDigraphTest
 
getEmptyTestMutableUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
getEmptyTestMutableUEDigraph() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
getEmptyTestMutableUEDigraph() - Method in class net.walend.digraph.test.HashUEDigraphTest
 
getEmptyTestSet() - Method in class net.walend.collection.test.MutableHashSetTest
 
getEmptyTestSet() - Method in class net.walend.collection.test.HashSetTest
 
getEmptyTestSet() - Method in class net.walend.collection.test.AbstractSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.HashSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getEmptyTestSet() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getEmptyTestSet() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getEmptyTestUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
getEmptyTestUEDigraph() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
getEmptyTestUEDigraph() - Method in class net.walend.digraph.test.HashUEDigraphTest
 
getEntry(Object) - Method in class net.walend.collection.AbstractHashMap
Returns the entry associated with the specified key in the AbstractHashMap.
getExistingIdentifier() - Method in class net.walend.lyophil.KeyDuplicatedException
 
getExpected() - Method in class net.walend.property.test.SubsetPropertySourceTest
 
getExpected() - Method in class net.walend.property.test.SimplePropertySourceTest
 
getExpected() - Method in class net.walend.property.test.PropertySourceTest
 
getFreezable() - Method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
getFreezable(Serializable) - Method in class net.walend.lyophil.collection.FreezerIterator
 
getFreezable(Serializable) - Method in class net.walend.lyophil.memory.MemSet
 
getFreezable(Serializable) - Method in class net.walend.lyophil.soft.SoftMemSet
 
getFreezableForID(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
getFreezableForID(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
getFreezableForID(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
 
getFreezableForID(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
getFreezableIterator() - Method in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
getFreezer() - Static method in class net.walend.lyophil.Director
Return the Freezer.
getFreezer() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
getFreezer() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
getFreezer() - Method in class net.walend.lyophil.collection.FreezerIterator
 
getFreezer() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
 
getFreezer() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
getFreezer() - Method in class net.walend.lyophil.memory.test.MemTypableKeyDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.memory.test.MemFreezerTest
 
getFreezer() - Method in class net.walend.lyophil.memory.test.MemClassDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.test.FreezerTest
 
getFreezer() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.test.GenericMotherTest
 
getFreezer() - Method in class net.walend.lyophil.test.TypableKeyDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
getFreezer() - Method in class net.walend.lyophil.jdbc.test.JDBCClassDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.jdbc.test.JDBCFreezerTest
 
getFreezer() - Method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
getFreezer() - Method in class net.walend.lyophil.jdbc.test.JDBCTypableKeyDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.soft.test.SoftFreezerTest
 
getFreezer() - Method in class net.walend.lyophil.queuedwrite.test.QueuedWriteFreezerTest
 
getFreezer() - Method in class net.walend.lyophil.ejb.EJBFreezer
 
getFreezer() - Method in class net.walend.lyophil.ejb.test.EJBClassDiggerTest
 
getFreezer() - Method in class net.walend.lyophil.ejb.test.EJBFreezerTest
 
getFreezer() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getFromNode() - Method in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
getFromNode() - Method in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
getFromNode() - Method in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
getFromNode(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns null if edge is not in the digraph.
getFromNode(Object) - Method in interface net.walend.digraph.UEDigraph
 
getFromNodes(Object) - Method in interface net.walend.digraph.GEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getFromNodes(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getFromNodes(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getFromNodes(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getFromNodes(Object) - Method in interface net.walend.digraph.UEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getFromNodes(Object) - Method in interface net.walend.digraph.CEDigraph
Returns the set of nodes that can reach this node by crossing one edge.
getGuard() - Method in class net.walend.collection.SoftHashMap
Return the synchronization guard for this SoftHashMap.
getGuard() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns the synch guard for this object
getHash() - Method in interface net.walend.collection.AbstractHashMap.Entry
 
getHash() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
getHash() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
getHash() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
getIdentifier() - Method in interface net.walend.lyophil.Frozen
Get the identifier for this instance.
getIdentifier() - Method in interface net.walend.lyophil.Freezable
Get the identifier for this instance.
getIdentifier() - Method in class net.walend.lyophil.ZombieIdentifierException
 
getIdentifier() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
getIdentifier() - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
getIdentifier() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
getIdentifier(Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
getIdentifier(Object) - Method in interface net.walend.lyophil.collection.MapToFreezables
Returns the idetnifier associated with key, or null if no identifier is associated with the key.
getIdentifier(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
getIdentifiers() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in interface net.walend.lyophil.collection.CollectionOfFreezables
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in class net.walend.lyophil.memory.MemSet
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns a Collection of all the identifiers in this collection.
getIdentifiers() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns a Collection of all the identifiers in this collection.
getIdentifierSource() - Static method in class net.walend.lyophil.Director
Return the IdentifierSource.
getIdentitor() - Method in interface net.walend.collection.Map
Returns the Identitor for this Map.
getIdentitor() - Method in class net.walend.collection.AbstractArrayList
Returns the Identitor for this Collection.
getIdentitor() - Method in class net.walend.collection.AbstractHashMap
Returns the Identitor for this Map.
getIdentitor() - Method in interface net.walend.collection.Collection
Returns the Identitor for this Collection.
getIdentitor() - Method in class net.walend.collection.AbstractHashSet
Returns the Identitor for this Collection.
getIdentitor() - Method in class net.walend.collection.test.DefaultIdentitorTest
 
getIdentitor() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
getIdentitor() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns the Identitor for this Collection.
getIdentitor() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns the Identitor for this Map.
getIdentitor() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
getIdentitor() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns the Identitor for this Map.
getIdentitor() - Method in class net.walend.lyophil.collection.test.FreezableIdentitorTest
 
getIdentitor() - Method in class net.walend.lyophil.memory.MemSet
Returns the Identitor for this Collection.
getIdentitor() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns the Identitor for this Collection.
getIDForFreezable(Freezable) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
getIDSource() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
 
getIDsToFreezables() - Method in class net.walend.lyophil.memory.MemSet
 
getInboundEdges(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns the empty set if node is not in the digraph, or if node has no inbound edges.
getInboundEdges(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns the empty set if node is not in the digraph, or if node has no inbound edges.
getInboundEdges(Object) - Method in interface net.walend.digraph.UEDigraph
Returns the empty set if node is not in the digraph, or if node has no inbound edges.
getInboundEdges(Object) - Method in interface net.walend.digraph.CEDigraph
Returns the empty set if node is not in the digraph, or if node has no inbound edges.
getInstance() - Static method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getInstance() - Static method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getInterfaceForBeanClass(Class) - Method in class net.walend.lyophil.GenericMother
 
getInterfaceForBeanClass(Class) - Method in interface net.walend.lyophil.Mother
 
getInterfaceForBeanClass(Class) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getInterfaceForBeanClass(Class) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getInterfaceForRole(String) - Method in class net.walend.lyophil.GenericMother
 
getInterfaceForRole(String) - Method in interface net.walend.lyophil.Mother
 
getInterfaceForRole(String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getInterfaceForRole(String) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getInterfaces() - Method in class net.walend.lyophil.GenericMother
 
getInterfaces() - Method in interface net.walend.lyophil.Mother
 
getInterfaces() - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getInterfaces() - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getInvalidIDs() - Method in class net.walend.lyophil.InvalidFrozenMap
 
getJavaCollection() - Method in class net.walend.collection.AbstractArrayList
Return a java.util.Collection of these Objects.
getJavaCollection() - Method in interface net.walend.collection.Collection
Return a java.util.Collection of these Objects.
getJavaCollection() - Method in class net.walend.collection.AbstractHashSet
 
getJavaCollection() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
getJavaCollection() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
getJavaCollection() - Method in class net.walend.lyophil.memory.MemSet
Return a java.util.Collection of these Objects.
getJavaCollection() - Method in class net.walend.lyophil.soft.SoftMemSet
Return a java.util.Collection of these Objects.
getJavaCollection() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Return a java.util.Collection of these Objects.
getJavaList() - Method in class net.walend.collection.AbstractArrayList
Return a java.util.Collection of these Objects.
getJavaList() - Method in interface net.walend.collection.List
Return a java.util.Collection of these Objects.
getJavaMap() - Method in interface net.walend.collection.Map
Return a java.util.Collection of these Objects.
getJavaMap() - Method in class net.walend.collection.AbstractHashMap
Return a java.util.Collection of these Objects.
getJavaMap() - Method in class net.walend.collection.SoftHashMap
Return a java.util.Collection of these Objects.
getJavaMap() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Return a java.util.Collection of these Objects.
getJavaMap() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Return a java.util.Collection of these Objects.
getJavaSet() - Method in interface net.walend.collection.Set
Return a java.util.Collection of these Objects.
getJavaSet() - Method in class net.walend.collection.AbstractHashSet
 
getJavaSet() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
getJavaSet() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
getJavaSet() - Method in class net.walend.lyophil.memory.MemSet
Return a java.util.Collection of these Objects.
getJavaSet() - Method in class net.walend.lyophil.soft.SoftMemSet
Return a java.util.Collection of these Objects.
getJavaSet() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Return a java.util.Collection of these Objects.
getKey() - Method in interface net.walend.collection.AbstractHashMap.Entry
 
getKey() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
getKey() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
getKey() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
getKey() - Method in class net.walend.lyophil.KeyDuplicatedException
 
getKey1() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey2() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey2000() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey2001() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey3() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey4() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey5() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey6() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKey7() - Method in class net.walend.collection.test.TestCollectionFactory
 
getKeys() - Method in interface net.walend.collection.Map
Returns an immutable shallow copy of the Set of keys.
getKeys() - Method in class net.walend.collection.AbstractHashMap
Returns a set view of the keys contained in this map.
getKeys() - Method in class net.walend.collection.SoftHashMap
Returns an immutable shallow copy of the Set of keys.
getKeys() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns an immutable shallow copy of the Set of keys.
getKeys() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns an immutable shallow copy of the Set of keys.
getKeys() - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
getKeys() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
getKeys() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
getKeys() - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
getKEYS() - Method in class net.walend.collection.test.TestCollectionFactory
 
getLIST() - Method in class net.walend.collection.test.TestCollectionFactory
 
getLoginTimeout() - Method in class net.walend.jdbc.GenericDataSource
 
getLogWriter() - Method in class net.walend.jdbc.GenericDataSource
 
getLongProperties() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
getMAP() - Method in class net.walend.collection.test.TestCollectionFactory
 
getMasterFreezer() - Method in class net.walend.lyophil.soft.SoftFreezer
 
getMasterFreezer() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
 
getMasterFreezer() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.Command
 
getMessage() - Method in class net.walend.lang.NestedException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.lang.NestedRuntimeException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.director.ObjectForRoleNotFoundException
 
getMessage() - Method in class net.walend.director.ClassForRoleNotFoundException
 
getMessage() - Method in class net.walend.jdbc.NestedSQLException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.jdbc.ResultSetWrongSizeException
 
getMessage() - Method in class net.walend.ejb.NestedCreateException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedObjectNotFoundException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedEJBException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedDuplicateKeyException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedNoSuchEntityException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedRemoveException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.ejb.NestedFinderException
Returns this exception's message, followed by the nested Throwable's message, surrounded by []'s.
getMessage() - Method in class net.walend.lyophil.NotInFreezerException
 
getMessage() - Method in class net.walend.lyophil.ZombieFreezableException
 
getMessage() - Method in class net.walend.lyophil.KeyDuplicatedException
 
getMessage() - Method in class net.walend.lyophil.ZombieIdentifierException
 
getMother() - Static method in class net.walend.lyophil.Director
Return the Mother.
getMother() - Method in class net.walend.lyophil.collection.test.TestCollectionFactoryOfFreezables
 
getMother() - Method in class net.walend.lyophil.memory.MemCaster
 
getMother() - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getMother() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getMother() - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getMother() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
getMultiValueIndex() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
getMutableTestList() - Method in class net.walend.collection.test.MutableArrayListTest
 
getMutableTestList() - Method in class net.walend.collection.test.AbstractMutableListTest
 
getMutableTestMap() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
getMutableTestMap() - Method in class net.walend.collection.test.NullValueHashMapTest
 
getMutableTestMap() - Method in class net.walend.collection.test.SoftHashMapTest
 
getMutableTestMap() - Method in class net.walend.collection.test.MutableHashMapTest
 
getMutableTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
getMutableTestMap() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashMapTest
 
getMutableTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest
 
getMutableTestSet() - Method in class net.walend.collection.test.MutableHashSetTest
 
getMutableTestSet() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
getMutableTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getMutableTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
getMutableTestSet() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getMutableTestSet() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getMutableTestSet() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getMutableTestSet() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getMutableTestSetOfFreezables() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getNestedThrowable() - Method in class net.walend.lang.NestedException
Returns the nested Throwable, or null if there doesn't happent to be one.
getNestedThrowable() - Method in interface net.walend.lang.HasNestedThrowable
Returns the nested Throwable, or null if there doesn't happent to be one.
getNestedThrowable() - Method in class net.walend.lang.NestedRuntimeException
Returns the nested Throwable, or null if there doesn't happent to be one.
getNestedThrowable() - Method in class net.walend.jdbc.NestedSQLException
Returns the nested Throwable, or null if there doesn't happent to be one.
getNestedThrowable() - Method in class net.walend.ejb.NestedCreateException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedObjectNotFoundException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedEJBException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedDuplicateKeyException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedNoSuchEntityException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedRemoveException
 
getNestedThrowable() - Method in class net.walend.ejb.NestedFinderException
 
getNewIdentifier() - Method in class net.walend.lyophil.KeyDuplicatedException
 
getNext() - Method in interface net.walend.collection.AbstractHashMap.Entry
 
getNext() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
getNext() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
getNext() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
getNode() - Method in class net.walend.digraph.NodeMissingException
 
getNodes() - Method in interface net.walend.digraph.GEDigraph
 
getNodes() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
getNodes() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
getNodes() - Method in class net.walend.digraph.AbstractHashGEDigraph
Since HashGEDigraph is immutable, edgeIterator()'s remove() method throws an UnsupportedOperationException.
getNodes() - Method in interface net.walend.digraph.UEDigraph
 
getNodes() - Method in interface net.walend.digraph.CEDigraph
 
getObA() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObB() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObC() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObD() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObE() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObF() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObG() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObjectForRole(String) - Static method in class net.walend.director.Director
Return an instance of an Object that can fulfil the role.
getObjectForRole(String) - Method in interface net.walend.director.FancyDirector
Return an instance of an Object that can fulfil the role.
getObjectForRole(String) - Method in class net.walend.director.GenericDirector
 
getOBS() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObY() - Method in class net.walend.collection.test.TestCollectionFactory
 
getObZ() - Method in class net.walend.collection.test.TestCollectionFactory
 
getOutboundEdges(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns the empty set if node is not in the digraph, or if node has no outbound edges.
getOutboundEdges(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns the empty set if node is not in the digraph, or if node has no outbound edges.
getOutboundEdges(Object) - Method in interface net.walend.digraph.UEDigraph
Returns the empty set if node is not in the digraph, or if node has no outbound edges.
getOutboundEdges(Object) - Method in interface net.walend.digraph.CEDigraph
Returns the empty set if node is not in the digraph, or if node has no outbound edges.
getParameter(int) - Method in class net.walend.jdbc.SQLStatementString
 
getPrefix() - Method in class net.walend.property.SimplePropertySource
 
getPrefix() - Method in class net.walend.property.SubsetPropertySource
 
getPrefix() - Method in interface net.walend.property.PropertySource
Return the String prefix for this PropertySource.
getPrincipleInterface() - Method in class net.walend.collection.AbstractArrayList
 
getPrincipleInterface() - Method in class net.walend.collection.AbstractHashMap
Returns the class's principle interface for state comparisons.
getPrincipleInterface() - Method in class net.walend.collection.AbstractHashSet
 
getPrincipleInterface() - Method in interface net.walend.collection.HasState
Returns the class's principle interface for state comparisons.
getPrincipleInterface() - Method in class net.walend.collection.test.TestBean
 
getPrincipleInterface() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
getPrincipleInterface() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
getPrincipleInterface() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
getPrincipleInterface() - Method in class net.walend.digraph.test.TestBean
 
getPrincipleInterface() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
getPrincipleInterface() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns the class's principle interface for state comparisons.
getPrincipleInterface() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
getPrincipleInterface() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns the class's principle interface for state comparisons.
getPrincipleInterface() - Method in class net.walend.lyophil.memory.MemSet
 
getPrincipleInterface() - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
getPrincipleInterface() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
getPrincipleInterface() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns the class's principle interface for state comparisons.
getProperty(String) - Method in class net.walend.property.SimplePropertySource
Deprecated. Please use getProperty or getPropertySafely.
getProperty(String) - Method in class net.walend.property.SubsetPropertySource
 
getProperty(String) - Method in interface net.walend.property.PropertySource
If the property isn't there, return null.
getProperty(String, String) - Method in class net.walend.property.SimplePropertySource
 
getProperty(String, String) - Method in class net.walend.property.SubsetPropertySource
 
getProperty(String, String) - Method in interface net.walend.property.PropertySource
If the property isn't there, return default.
getPropertySafely(String) - Method in class net.walend.property.SimplePropertySource
 
getPropertySafely(String) - Method in class net.walend.property.SubsetPropertySource
 
getPropertySafely(String) - Method in interface net.walend.property.PropertySource
 
getPropertySource() - Method in class net.walend.property.test.SubsetPropertySourceTest
 
getPropertySource() - Method in class net.walend.property.test.SimplePropertySourceTest
 
getPropertySource() - Method in class net.walend.property.test.PropertySourceTest
 
getPropertySource() - Static method in class net.walend.director.Director
Return the PropertySource.
getPropertySource() - Method in interface net.walend.director.FancyDirector
Return the PropertySource.
getPropertySource() - Method in class net.walend.director.GenericDirector
 
getPropertySource() - Static method in class net.walend.jdbc.SQLUtils
 
getPropertySource() - Method in class net.walend.lyophil.GenericMother
 
getPropertySource() - Method in class net.walend.lyophil.memory.MemCaster
 
getPropertySource() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getPropertySource() - Static method in class net.walend.lyophil.jdbc.JDBCProperties
 
getPropertySource() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
getPropertySource() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
getPropertySource() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
getPropertySource() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
getReport() - Method in class net.walend.lyophil.InvalidFrozenMap
 
getResultSet() - Method in class net.walend.jdbc.SelectTuple
 
getRole() - Method in interface net.walend.lyophil.Freezable
Get the role for this instance.
getRole() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
getRole() - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
getRole() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
getRoleForInterface(Class) - Method in class net.walend.lyophil.GenericMother
 
getRoleForInterface(Class) - Method in interface net.walend.lyophil.Mother
 
getRoleForInterface(Class) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
getRoleForInterface(Class) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
getSerializable() - Method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
getSetUp() - Method in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
getSingletonForRole(String) - Static method in class net.walend.director.Director
Return the singleton that can fulfil the role.
getSingletonForRole(String) - Method in interface net.walend.director.FancyDirector
Return an instance of an Object that can fulfil the role.
getSingletonForRole(String) - Method in class net.walend.director.GenericDirector
 
getSingletonGuard() - Method in class net.walend.director.GenericDirector
Use this method to access the singeltonGuard.
getSingleValueIndex() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
getSize() - Method in class net.walend.jdbc.ResultSetWrongSizeException
 
getSQLString() - Method in class net.walend.jdbc.SQLStatementString
 
getStorage() - Method in class net.walend.lyophil.memory.MemFreezer
 
getStorage() - Method in class net.walend.lyophil.memory.MemTypableKeyDigger
 
getStorage() - Method in class net.walend.lyophil.memory.MemClassDigger
 
getStorage() - Method in class net.walend.lyophil.memory.MemCaster
 
getString() - Method in interface net.walend.collection.test.TestString
 
getString() - Method in class net.walend.collection.test.TestBean
 
getString() - Method in class net.walend.digraph.test.TestBean
 
getString() - Method in interface net.walend.lyophil.test.stringbean.FreezableString
 
getStringForID(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
getStringPropertySource() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
getSubsetPropertySource(String) - Method in class net.walend.property.SimplePropertySource
 
getSubsetPropertySource(String) - Method in class net.walend.property.SubsetPropertySource
 
getSubsetPropertySource(String) - Method in interface net.walend.property.PropertySource
Return a PropertySource that contains the subset of these properties based on the prefix.
getSummary() - Method in class net.walend.lyophil.InvalidFrozenMap
 
getTestCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
getTestCEDigraph() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
getTestCEDigraph() - Method in class net.walend.digraph.test.HashCEDigraphTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.ArrayListTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.MutableHashSetTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.MutableArrayListTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.AbstractListTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.HashMapTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.HashSetTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.AbstractMapTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.AbstractSetTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.NullValueHashMapTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.SoftHashMapTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.MutableHashMapTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.DefaultIdentitorTest
 
getTestCollectionFactory() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.FreezableIdentitorTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.HashMapTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.AbstractMutableMapToFreezableTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.AbstractMapToFreezablesTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.HashSetTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getTestCollectionFactory() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getTestCollectionFactory() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getTestGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
getTestGEDigraph() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
getTestGEDigraph() - Method in class net.walend.digraph.test.HashGEDigraphTest
 
getTestList() - Method in class net.walend.collection.test.ArrayListTest
 
getTestList() - Method in class net.walend.collection.test.MutableArrayListTest
 
getTestList() - Method in class net.walend.collection.test.AbstractListTest
 
getTestMap() - Method in class net.walend.collection.test.HashMapTest
 
getTestMap() - Method in class net.walend.collection.test.AbstractMapTest
 
getTestMap() - Method in class net.walend.collection.test.NullValueHashMapTest
 
getTestMap() - Method in class net.walend.collection.test.SoftHashMapTest
 
getTestMap() - Method in class net.walend.collection.test.MutableHashMapTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashMapTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.HashMapTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.FreezerHashMapTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.HashMapToFreezablesTest
 
getTestMap() - Method in class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest
 
getTestMutableCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
getTestMutableCEDigraph() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
getTestMutableCEDigraph() - Method in class net.walend.digraph.test.HashCEDigraphTest
 
getTestMutableGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
getTestMutableGEDigraph() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
getTestMutableGEDigraph() - Method in class net.walend.digraph.test.HashGEDigraphTest
 
getTestMutableUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
getTestMutableUEDigraph() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
getTestMutableUEDigraph() - Method in class net.walend.digraph.test.HashUEDigraphTest
 
getTestSet() - Method in class net.walend.collection.test.MutableHashSetTest
 
getTestSet() - Method in class net.walend.collection.test.HashSetTest
 
getTestSet() - Method in class net.walend.collection.test.AbstractSetTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.HashSetTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
getTestSet() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getTestSet() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getTestSet() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getTestSet() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.memory.test.MemSetTest
 
getTestSetOfFreezables() - Method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
getTestSetOfFreezables() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
getTestUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
getTestUEDigraph() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
getTestUEDigraph() - Method in class net.walend.digraph.test.HashUEDigraphTest
 
getToNode() - Method in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
getToNode() - Method in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
getToNode() - Method in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
getToNode(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns null if edge is not in the digraph
getToNode(Object) - Method in interface net.walend.digraph.UEDigraph
 
getToNodes(Object) - Method in interface net.walend.digraph.GEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getToNodes(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getToNodes(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getToNodes(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getToNodes(Object) - Method in interface net.walend.digraph.UEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getToNodes(Object) - Method in interface net.walend.digraph.CEDigraph
Returns the set of nodes that can be reached from this node by crossing one edge.
getTornDown() - Method in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
getTray() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
getTrayForFreezable(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getTrayForIdentifier(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getTrayForRole(String) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getTrayForTrayClass(Class) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getTrayPropertySource() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
getTypableKey() - Method in interface net.walend.lyophil.HasTypableKey
Return the typable key.
getTypableKey() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
getTypableKeyDigger() - Method in class net.walend.lyophil.memory.test.MemTypableKeyDiggerTest
 
getTypableKeyDigger() - Method in class net.walend.lyophil.test.TypableKeyDiggerTest
 
getTypableKeyDigger() - Method in class net.walend.lyophil.jdbc.test.JDBCTypableKeyDiggerTest
 
getTypableKeyForFreezable(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
getTypableKeyTray() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
getValue() - Method in interface net.walend.collection.AbstractHashMap.Entry
 
getValue() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
getValue() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
getValue() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
getValues() - Method in interface net.walend.collection.Map
Returns an immutable shallow copy of the Collection of values.
getValues() - Method in class net.walend.collection.AbstractHashMap
Returns a collection view of the values contained in this map.
getValues() - Method in class net.walend.collection.SoftHashMap
Returns an immutable shallow copy of the Collection of values.
getValues() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns an immutable shallow copy of the Collection of values.
getValues() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns an immutable shallow copy of the Collection of values.
getWhereClauseFor(Class) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
getZombie() - Method in class net.walend.lyophil.ZombieFreezableException
 
goner - Variable in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutCommand
 
guard - Variable in class net.walend.collection.SoftHashMap
 
guard - Static variable in class net.walend.jdbc.ConnectionSource
guard for protecting theSource and namesToURLs.
guard - Variable in class net.walend.lyophil.memory.MemIdentifierSource
synchronization guard for the counter.
guard - Variable in class net.walend.lyophil.jdbc.JDBCIdentifierSource
synchronization guard for the database.

H

hash - Variable in class net.walend.collection.AbstractHashMap.SimpleEntry
 
hash - Variable in class net.walend.collection.SoftHashMap.SoftEntry
 
hash - Variable in class net.walend.collection.test.NullValueHashMap.NullEntry
 
HashCEDigraph - class net.walend.digraph.HashCEDigraph.
This class implements the CEDigraph interface using a Map and a Set.
HashCEDigraph(CEDigraph) - Constructor for class net.walend.digraph.HashCEDigraph
 
HashCEDigraphTest - class net.walend.digraph.test.HashCEDigraphTest.
 
HashCEDigraphTest(String) - Constructor for class net.walend.digraph.test.HashCEDigraphTest
 
hashCode() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
hashCode() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
hashCode() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
hashCode() - Method in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
hashCode() - Method in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
hashCode() - Method in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
hashCode(Object) - Method in class net.walend.collection.DefaultIdentitor
Return a hash code for ob using ob's hashCode method.
hashCode(Object) - Method in interface net.walend.collection.Identitor
Return a hash code for ob.
hashCode(Object) - Method in class net.walend.lyophil.collection.MapToFreezablesIdentitor
Return a hash code for ob using ob's hashCode method.
hashCode(Object) - Method in class net.walend.lyophil.collection.FreezableIdentitor
If the Object is null, returns 0.
HashGEDigraph - class net.walend.digraph.HashGEDigraph.
This class implements the GEDigraph interface using two HashMaps.
HashGEDigraph(GEDigraph) - Constructor for class net.walend.digraph.HashGEDigraph
 
HashGEDigraphTest - class net.walend.digraph.test.HashGEDigraphTest.
 
HashGEDigraphTest(String) - Constructor for class net.walend.digraph.test.HashGEDigraphTest
 
HashMap - class net.walend.collection.HashMap.
This is an immutable implementation of Map
HashMap(HashMap) - Constructor for class net.walend.collection.HashMap
 
HashMap(Map) - Constructor for class net.walend.collection.HashMap
 
HashMapTest - class net.walend.collection.test.HashMapTest.
 
HashMapTest - class net.walend.lyophil.collection.test.HashMapTest.
 
HashMapTest(String) - Constructor for class net.walend.collection.test.HashMapTest
 
HashMapTest(String) - Constructor for class net.walend.lyophil.collection.test.HashMapTest
 
HashMapToFreezables - class net.walend.lyophil.collection.HashMapToFreezables.
 
HashMapToFreezables(Map) - Constructor for class net.walend.lyophil.collection.HashMapToFreezables
 
HashMapToFreezables(Map) - Constructor for class net.walend.lyophil.collection.HashMapToFreezables
 
HashMapToFreezablesTest - class net.walend.lyophil.collection.test.HashMapToFreezablesTest.
 
HashMapToFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.HashMapToFreezablesTest
 
HashSet - class net.walend.collection.HashSet.
This implementation of Set is built on top of a Map.
HashSet(Collection) - Constructor for class net.walend.collection.HashSet
 
HashSet(Collection) - Constructor for class net.walend.collection.HashSet
 
HashSetOfFreezables - class net.walend.lyophil.collection.HashSetOfFreezables.
 
HashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.HashSetOfFreezables
Constructs a new set containing the elements in the specified collection.
HashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.HashSetOfFreezables
Constructs a new set containing the elements in the specified java.util.Collection.
HashSetOfFreezablesTest - class net.walend.lyophil.collection.test.HashSetOfFreezablesTest.
 
HashSetOfFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
HashSetTest - class net.walend.collection.test.HashSetTest.
 
HashSetTest - class net.walend.lyophil.collection.test.HashSetTest.
 
HashSetTest(String) - Constructor for class net.walend.collection.test.HashSetTest
 
HashSetTest(String) - Constructor for class net.walend.lyophil.collection.test.HashSetTest
 
HashUEDigraph - class net.walend.digraph.HashUEDigraph.
This class implements the UEDigraph interface using three HashMaps.
HashUEDigraph(UEDigraph) - Constructor for class net.walend.digraph.HashUEDigraph
 
HashUEDigraphTest - class net.walend.digraph.test.HashUEDigraphTest.
 
HashUEDigraphTest(String) - Constructor for class net.walend.digraph.test.HashUEDigraphTest
 
hasMoreElements() - Method in class net.walend.ejb.OneMemberEnumeration
 
HasNestedThrowable - interface net.walend.lang.HasNestedThrowable.
An interface for Throwables that can contain other Throwables.
hasNestedThrowable() - Method in class net.walend.lang.NestedException
 
hasNestedThrowable() - Method in interface net.walend.lang.HasNestedThrowable
 
hasNestedThrowable() - Method in class net.walend.lang.NestedRuntimeException
 
hasNestedThrowable() - Method in class net.walend.jdbc.NestedSQLException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedCreateException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedObjectNotFoundException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedEJBException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedDuplicateKeyException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedNoSuchEntityException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedRemoveException
 
hasNestedThrowable() - Method in class net.walend.ejb.NestedFinderException
 
HasNestedThrowableTest - class net.walend.lang.test.HasNestedThrowableTest.
Test all api of HasNestedThrowable.
HasNestedThrowableTest(String) - Constructor for class net.walend.lang.test.HasNestedThrowableTest
 
hasNext - Variable in class net.walend.ejb.OneMemberEnumeration
 
hasNext() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
hasNext() - Method in class net.walend.collection.AbstractHashMap.HashIterator
 
hasNext() - Method in class net.walend.collection.ImmutableIteratorWrapper
 
hasNext() - Method in class net.walend.collection.MultiIterator
 
hasNext() - Method in interface net.walend.digraph.EdgeNodeIterator
Returns true if there are more edges in this iterator.
hasNext() - Method in class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper
 
hasNext() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Returns true if there are more edges in this iterator.
hasNext() - Method in class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper
 
hasNext() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Returns true if there are more edges in this iterator.
hasNext() - Method in class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper
 
hasNext() - Method in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
Returns true if there are more edges in this iterator.
hasNext() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables
 
hasNext() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator
 
hasNext() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
 
hasNext() - Method in class net.walend.lyophil.collection.FreezerIterator
 
hasNext() - Method in class net.walend.lyophil.collection.IteratorOfFreezables
 
hasNext() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator
 
hasPrevious() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
HasState - interface net.walend.collection.HasState.
Classes of objects that have an internal state should implement this interface as a better alternative to overriding equals().
HasTypableKey - interface net.walend.lyophil.HasTypableKey.
Freezables that have a typable key can implement this interface.

I

id - Variable in class net.walend.lyophil.NotInFreezerException
 
id - Variable in class net.walend.lyophil.test.stringbean.StringBean
 
id - Variable in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
ident - Variable in class net.walend.collection.AbstractHashMap
The identitor that controls this Map
ident - Variable in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
identifierIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
identifierIterator() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in interface net.walend.lyophil.collection.MapToFreezables
Returns an iterator over the identifiers.
identifierIterator() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in interface net.walend.lyophil.collection.CollectionOfFreezables
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
identifierIterator() - Method in class net.walend.lyophil.memory.MemSet
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns an iterator over the identifiers in this collection.
identifierIterator() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns an iterator over the identifiers in this collection.
identifierIterator(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
identifierSet(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
identifierSetFromTable(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
identifierSetFromTable(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
IdentifierSource - interface net.walend.lyophil.IdentifierSource.
This interface defines a source of identifier Objects.
IdentifierSourceEJB - interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB.
 
IdentifierSourceEJBBean - class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean.
This session bean wraps an IdentifierSource and puts all calls to that IdentifierSource inside their own transactions.
IdentifierSourceEJBBean() - Constructor for class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
IdentifierSourceEJBHome - interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBHome.
 
IdentifierSourceTest - class net.walend.lyophil.test.IdentifierSourceTest.
Test all api of IdentifierSource.
IdentifierSourceTest(String) - Constructor for class net.walend.lyophil.test.IdentifierSourceTest
 
IdentifierUnavailableException - exception net.walend.lyophil.IdentifierUnavailableException.
Throw this exception when an IdentifierSource can not make a new id Object due to some problem.
IdentifierUnavailableException() - Constructor for class net.walend.lyophil.IdentifierUnavailableException
Only use this constructor for Serialization.
IdentifierUnavailableException(String) - Constructor for class net.walend.lyophil.IdentifierUnavailableException
 
IdentifierUnavailableException(String, Throwable) - Constructor for class net.walend.lyophil.IdentifierUnavailableException
 
IdentifierUnavailableException(Throwable) - Constructor for class net.walend.lyophil.IdentifierUnavailableException
 
IdentifierUnavailableExceptionTest - class net.walend.lyophil.test.IdentifierUnavailableExceptionTest.
Test all api of IdentifierUnavailableException.
IdentifierUnavailableExceptionTest(String) - Constructor for class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
identitor - Variable in class net.walend.collection.AbstractArrayList
 
Identitor - interface net.walend.collection.Identitor.
This interface proscribes utility methods for working with objects in collections.
idit - Variable in class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables
 
ids - Variable in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
idSource - Variable in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
idsToFreezables - Variable in class net.walend.lyophil.memory.MemSet
The internal Map of identifiers
idsToKeys - Variable in class net.walend.lyophil.memory.TransientMultiValueIndex
 
idsToKeys - Variable in class net.walend.lyophil.memory.TransientSingleValueIndex
 
Immutable - interface net.walend.collection.Immutable.
If a class is declared final, has no mutator methods and no visible variable members, it should implement this marker interface.
ImmutableIteratorWrapper - class net.walend.collection.ImmutableIteratorWrapper.
Use this class to block Iterator's remove method in Immutable classes.
ImmutableIteratorWrapper(Iterator) - Constructor for class net.walend.collection.ImmutableIteratorWrapper
 
index - Variable in class net.walend.collection.AbstractHashMap.HashIterator
 
indexOf(Object) - Method in class net.walend.collection.AbstractArrayList
Returns the index of the first occurrence of ob, or -1 if ob is not in the list.
indexOf(Object) - Method in interface net.walend.collection.List
Returns the index of the first occurrence of ob, or -1 if ob is not in the list.
indexOfSubList(List) - Method in class net.walend.collection.AbstractArrayList
Returns the index of the subList if this List contains the subList starting at any index, or -1.
indexOfSubList(List) - Method in interface net.walend.collection.List
Returns the index of the subList if this List contains the subList starting at any index, or -1.
init() - Method in class net.walend.lyophil.memory.MemStorage
This method should be called by the MemStorage constructor only.
initObs() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
insertNew(Freezable) - Method in interface net.walend.lyophil.Tray
Stick a new Freezable into the database.
insertNew(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
Stick a new Freezable into the database.
insertNew(Freezable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
insertNew(Freezable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
insertNew(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
insertNew(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
INTERFACE - Static variable in interface net.walend.lyophil.Mother
 
interfacesToRoles - Variable in class net.walend.lyophil.GenericMother
 
interfacesToWhereClauses - Variable in class net.walend.lyophil.jdbc.JDBCCaster
 
intersectCEDigraphs(CEDigraph, CEDigraph, MutableCEDigraph) - Static method in class net.walend.digraph.CEDigraphAlgebra
Returns a CEDigraph containing the intersection of dg1 and dg2.
intersectGEDigraphs(GEDigraph, GEDigraph, MutableGEDigraph) - Static method in class net.walend.digraph.GEDigraphAlgebra
Returns a GEDigraph containing the intersection of dg1 and dg2.
intersectUEDigraphs(UEDigraph, UEDigraph, MutableUEDigraph) - Static method in class net.walend.digraph.UEDigraphAlgebra
Returns a UEDigraph containing the intersection of dg1 and dg2.
intersectWithCEDigraph(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns a new digraph that is the intersection of this with digraph.
intersectWithCEDigraph(CEDigraph) - Method in interface net.walend.digraph.CEDigraph
Returns a new digraph that is the intersection of this with digraph.
intersectWithGEDigraph(GEDigraph) - Method in interface net.walend.digraph.GEDigraph
Returns a new digraph that is the intersection of this with digraph.
intersectWithGEDigraph(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns a new digraph that is the intersection of this with digraph.
intersectWithUEDigraph(UEDigraph) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns a new digraph that is the intersection of this with digraph.
intersectWithUEDigraph(UEDigraph) - Method in interface net.walend.digraph.UEDigraph
Returns a new digraph that is the intersection of this with digraph.
InvalidFrozenMap - class net.walend.lyophil.InvalidFrozenMap.
 
InvalidFrozenMap() - Constructor for class net.walend.lyophil.InvalidFrozenMap
 
invalidIDsToMessages - Variable in class net.walend.lyophil.InvalidFrozenMap
 
isAbsent(Serializable) - Method in interface net.walend.lyophil.Caster
Return true if identifier is available in the frozen medium.
isAbsent(Serializable) - Method in interface net.walend.lyophil.Tray
For this tray only, is the id not represented by data? In most cases, this is simply !isPresent(id).
isAbsent(Serializable) - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
isAbsent(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
isAbsent(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
isAbsent(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
isAbsent(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
isAbsent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
isAbsent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
isAbsent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
isAvailable(Serializable) - Method in interface net.walend.lyophil.Freezer
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in class net.walend.lyophil.memory.MemFreezer
 
isAvailable(Serializable) - Method in class net.walend.lyophil.memory.MemStorage
 
isAvailable(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
isAvailable(Serializable) - Method in class net.walend.lyophil.soft.SoftFreezer
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in class net.walend.lyophil.ejb.EJBFreezer
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Return true if identifier is available in the freezer
isAvailable(Serializable) - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Return true if identifier is available in the freezer
isEdgeFree() - Method in interface net.walend.digraph.GEDigraph
Returns true if this GEDigraph has no edges.
isEdgeFree() - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns true if this UEDigraph has no edges.
isEdgeFree() - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns true if this CEDigraph has no edges.
isEdgeFree() - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns true if this GEDigraph has no edges.
isEdgeFree() - Method in interface net.walend.digraph.UEDigraph
Returns true if this UEDigraph has no edges.
isEdgeFree() - Method in interface net.walend.digraph.CEDigraph
Returns true if this CEDigraph has no edges.
isEmpty() - Method in interface net.walend.collection.Map
Returns true if this Map has no entries.
isEmpty() - Method in class net.walend.collection.AbstractArrayList
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.collection.AbstractHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface net.walend.collection.Collection
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.collection.AbstractHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class net.walend.collection.SoftHashMap
Returns true if this Map has no entries.
isEmpty() - Method in interface net.walend.digraph.GEDigraph
 
isEmpty() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
isEmpty() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
isEmpty() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
isEmpty() - Method in interface net.walend.digraph.UEDigraph
 
isEmpty() - Method in interface net.walend.digraph.CEDigraph
 
isEmpty() - Method in class net.walend.lyophil.InvalidFrozenMap
 
isEmpty() - Method in interface net.walend.lyophil.Freezer
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns true if this Map has no entries.
isEmpty() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
isEmpty() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns true if this Map has no entries.
isEmpty() - Method in class net.walend.lyophil.memory.MemSet
Returns true if this collection contains no elements.
isEmpty() - Method in interface net.walend.lyophil.memory.MultiValueIndex
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
isEmpty() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.memory.MemFreezer
Returns true if this collection contains no elements.
isEmpty() - Method in interface net.walend.lyophil.memory.SingleValueIndex
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
isEmpty() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.soft.SoftFreezer
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.ejb.EJBFreezer
Returns true if this collection contains no elements.
isEmpty() - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Returns true if this collection contains no elements.
isEmpty() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this collection contains no elements.
isFrozenAvailable() - Method in interface net.walend.lyophil.Frozen
 
isKeyForSubset(String) - Method in class net.walend.property.SubsetPropertySource
 
isPresent(Serializable) - Method in interface net.walend.lyophil.Caster
Return true if identifier is available in the frozen medium.
isPresent(Serializable) - Method in interface net.walend.lyophil.Tray
For this tray only, is the tray ready for data about this id?
isPresent(Serializable) - Method in class net.walend.lyophil.memory.MemCaster
Warning!!! asks the Freezer.
isPresent(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
isPresent(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
isPresent(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
isPresent(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
isPresent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
isPresent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
isPresent(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
it - Variable in class net.walend.collection.ImmutableIteratorWrapper
 
it - Variable in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
 
it - Variable in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
 
it - Variable in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
 
it - Variable in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
 
it - Variable in class net.walend.lyophil.collection.FreezerIterator
 
it - Variable in class net.walend.lyophil.collection.IteratorOfFreezables
 
iterator() - Method in class net.walend.collection.AbstractArrayList
Returns an iterator over the Objects in this collection.
iterator() - Method in interface net.walend.collection.Collection
Returns an iterator over the Objects in this collection.
iterator() - Method in class net.walend.collection.ArrayList
 
iterator() - Method in class net.walend.collection.AbstractHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class net.walend.collection.HashSet
 
iterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns an iterator over the elements in this set.
iterator() - Method in class net.walend.lyophil.collection.FreezerHashSet
 
iterator() - Method in class net.walend.lyophil.collection.HashSetOfFreezables
 
iterator() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
iterator() - Method in class net.walend.lyophil.memory.MemSet
Returns an iterator over the Objects in this collection.
iterator() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns an iterator over the Objects in this collection.
iterator() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns an iterator over the Objects in this collection.
IteratorOfFreezables - class net.walend.lyophil.collection.IteratorOfFreezables.
An implementation of FreezableIterator that uses an Iterator of the Freezables.
IteratorOfFreezables(Iterator) - Constructor for class net.walend.lyophil.collection.IteratorOfFreezables
 

J

JDBCAoNMutableSetTray - class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray.
A very simple backing for FreezableSets that uses the jdbc kit.
JDBCAoNMutableSetTray() - Constructor for class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
JDBCBackedMutableSet - class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet.
This class implements FreezableSet directly on top of a database table.
JDBCBackedMutableSet(Serializable, String, Mother) - Constructor for class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
JDBCBackedMutableSet(Serializable, String, Mother, Collection) - Constructor for class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
JDBCBackedMutableSet(Serializable, String, Mother, JDBCBackedMutableSet) - Constructor for class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Creates a new Set that is a copy of c
JDBCBackedMutableSetTray - class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray.
A simple backing for MutableSets that uses the jdbc kit.
JDBCBackedMutableSetTray() - Constructor for class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
JDBCCaster - class net.walend.lyophil.jdbc.JDBCCaster.
This class implements a simple Caster for jdbc based systems.
JDBCCaster() - Constructor for class net.walend.lyophil.jdbc.JDBCCaster
 
JDBCCasterTest - class net.walend.lyophil.jdbc.test.JDBCCasterTest.
Test all api of JDBCCaster.
JDBCCasterTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
JDBCClassDigger - class net.walend.lyophil.jdbc.JDBCClassDigger.
This class implements ClassDigger to work over jdbc 2.0 persistence.
JDBCClassDigger() - Constructor for class net.walend.lyophil.jdbc.JDBCClassDigger
 
JDBCClassDiggerTest - class net.walend.lyophil.jdbc.test.JDBCClassDiggerTest.
Test all api of StringEJB.
JDBCClassDiggerTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCClassDiggerTest
 
JDBCColorStringTray - class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray.
A simple backing for ColorStrings that uses the jdbc kit.
JDBCColorStringTray() - Constructor for class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
JDBCFreezableSetTest - class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTest.
 
JDBCFreezableSetTest(String) - Constructor for class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTest
 
JDBCFreezableSetTestSetup - class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTestSetup.
This class sets up tables for a simple string test.
JDBCFreezableSetTestSetup(Test) - Constructor for class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTestSetup
 
JDBCFreezer - class net.walend.lyophil.jdbc.JDBCFreezer.
This Freezer runs inside a jdbc 2.0 compatible database.
JDBCFreezer() - Constructor for class net.walend.lyophil.jdbc.JDBCFreezer
 
JDBCFreezerTest - class net.walend.lyophil.jdbc.test.JDBCFreezerTest.
Test the api of a JDBCFreezer.
JDBCFreezerTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCFreezerTest
 
JDBCIdentifierSource - class net.walend.lyophil.jdbc.JDBCIdentifierSource.
A long number source that keeps them in a table in a database and pulls them out one at a time, starting at zero.
JDBCIdentifierSource() - Constructor for class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
JDBCIdentifierSourceTest - class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTest.
Test all api of LongIdentifierSource.
JDBCIdentifierSourceTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTest
 
JDBCIdentifierSourceTestSetup - class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTestSetup.
This class sets up a ConnectionSource with one DataSource called "test".
JDBCIdentifierSourceTestSetup(Test) - Constructor for class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTestSetup
 
JDBCProperties - class net.walend.lyophil.jdbc.JDBCProperties.
A simple class that has handy jdbc constants.
JDBCProperties() - Constructor for class net.walend.lyophil.jdbc.JDBCProperties
 
JDBCStringTray - class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray.
A simple backing for strings that uses the jdbc kit.
JDBCStringTray() - Constructor for class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
JDBCStringTrayTest - class net.walend.lyophil.jdbc.test.JDBCStringTrayTest.
Test all api of JDBCStringTray.
JDBCStringTrayTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
JDBCTests - class net.walend.jdbc.test.JDBCTests.
Test all api of the net.walend.jdbc package.
JDBCTests - class net.walend.lyophil.jdbc.test.JDBCTests.
 
JDBCTests(String) - Constructor for class net.walend.jdbc.test.JDBCTests
 
JDBCTests(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCTests
 
JDBCTestSetup - class net.walend.jdbc.test.JDBCTestSetup.
This class sets up a ConnectionSource with one DataSource called "test".
JDBCTestSetup(Test) - Constructor for class net.walend.jdbc.test.JDBCTestSetup
 
JDBCTypableKeyDigger - class net.walend.lyophil.jdbc.JDBCTypableKeyDigger.
This class implements TypableKeyDigger to work over jdbc 2.0 persistence.
JDBCTypableKeyDigger() - Constructor for class net.walend.lyophil.jdbc.JDBCTypableKeyDigger
 
JDBCTypableKeyDiggerTest - class net.walend.lyophil.jdbc.test.JDBCTypableKeyDiggerTest.
Test the api of a JDBCTypableKeyDigger
JDBCTypableKeyDiggerTest(String) - Constructor for class net.walend.lyophil.jdbc.test.JDBCTypableKeyDiggerTest
 
JDBCTypableKeyTray - class net.walend.lyophil.jdbc.JDBCTypableKeyTray.
A simple backing for strings that uses the jdbc kit.
JDBCTYPABLEKEYTRAY - Static variable in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
JDBCTypableKeyTray() - Constructor for class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 

K

key - Variable in class net.walend.collection.AbstractHashMap.SimpleEntry
 
key - Variable in class net.walend.collection.SoftHashMap.SoftEntry
 
key - Variable in class net.walend.collection.test.NullValueHashMap.NullEntry
 
key - Variable in class net.walend.lyophil.KeyDuplicatedException
 
key1 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key2 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key2000 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key2001 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key3 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key4 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key5 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key6 - Variable in class net.walend.collection.test.TestCollectionFactory
 
key7 - Variable in class net.walend.collection.test.TestCollectionFactory
 
KeyDuplicatedException - exception net.walend.lyophil.KeyDuplicatedException.
Throw this exception when a Freezer can not Freeze a given Freezable.
KeyDuplicatedException(Object, Serializable, Serializable) - Constructor for class net.walend.lyophil.KeyDuplicatedException
Only use this constructor for Serialization.
KeyDuplicatedException(Object, Serializable, Serializable, String) - Constructor for class net.walend.lyophil.KeyDuplicatedException
 
KeyDuplicatedException(Object, Serializable, Serializable, String, Throwable) - Constructor for class net.walend.lyophil.KeyDuplicatedException
 
KeyDuplicatedException(Object, Serializable, Serializable, Throwable) - Constructor for class net.walend.lyophil.KeyDuplicatedException
 
KeyDuplicatedExceptionTest - class net.walend.lyophil.test.KeyDuplicatedExceptionTest.
Test all api of KeyDuplicatedException.
KeyDuplicatedExceptionTest(String) - Constructor for class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
keyIterator() - Method in interface net.walend.collection.Map
Returns an iterator over the keys.
keyIterator() - Method in class net.walend.collection.AbstractHashMap
Returns an iterator over the keys.
keyIterator() - Method in class net.walend.collection.HashMap
 
keyIterator() - Method in class net.walend.collection.SoftHashMap
Returns an iterator over the keys.
keyIterator() - Method in class net.walend.lyophil.collection.FreezerHashMap
 
keyIterator() - Method in class net.walend.lyophil.collection.HashMapToFreezables
 
keyIterator() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns an iterator over the keys.
keyIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns an iterator over the keys.
keyIterator() - Method in interface net.walend.lyophil.memory.MultiValueIndex
 
keyIterator() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
keyIterator() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
keyIterator() - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
KEYS - Variable in class net.walend.collection.test.TestCollectionFactory
 
keysToFreezables - Variable in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
keysToIdentifiers - Variable in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
keysToIdentifiers() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
keysToIdentifiers() - Method in interface net.walend.lyophil.collection.MapToFreezables
Creates a new Map which maps the keys to their identifiers.
keysToIdentifiers() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
keysToIDs - Variable in class net.walend.lyophil.memory.TransientSingleValueIndex
 
keysToSets - Variable in class net.walend.lyophil.memory.TransientMultiValueIndex
 

L

LASTID - Static variable in class net.walend.lyophil.memory.MemIdentifierSource
 
LASTID - Static variable in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
LastIdentifierUsedException - exception net.walend.lyophil.LastIdentifierUsedException.
Throw this exception when an IdentifierSource is out of Identifiers.
LastIdentifierUsedException() - Constructor for class net.walend.lyophil.LastIdentifierUsedException
Only use this constructor for Serialization.
LastIdentifierUsedException(String) - Constructor for class net.walend.lyophil.LastIdentifierUsedException
 
LastIdentifierUsedException(String, Throwable) - Constructor for class net.walend.lyophil.LastIdentifierUsedException
 
LastIdentifierUsedException(Throwable) - Constructor for class net.walend.lyophil.LastIdentifierUsedException
 
LastIdentifierUsedExceptionTest - class net.walend.lyophil.test.LastIdentifierUsedExceptionTest.
Test all api of LastIdentifierUsedException.
LastIdentifierUsedExceptionTest(String) - Constructor for class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
lastIndexOf(Object) - Method in class net.walend.collection.AbstractArrayList
Returns the index of the last occurrence of ob, or -1 if ob is not in the list.
lastIndexOf(Object) - Method in interface net.walend.collection.List
Returns the index of the last occurrence of ob, or -1 if ob is not in the list.
lastRet - Variable in class net.walend.collection.AbstractArrayList.ListItr
Index of element returned by most recent call to next or previous.
lastReturned - Variable in class net.walend.collection.AbstractHashMap.HashIterator
 
List - interface net.walend.collection.List.
An ordered Collection that gives the programmer precise control over where Objects in the list exit.
LIST - Variable in class net.walend.collection.test.TestCollectionFactory
 
listIterator() - Method in class net.walend.collection.AbstractArrayList
Returns an Iterator over this list that iterates through the list in order.
listIterator() - Method in interface net.walend.collection.List
Returns an Iterator over this list that iterates through the list in order.
listIterator(int) - Method in class net.walend.collection.AbstractArrayList
Returns an Iterator over this list that iterates through the list in order, starting with the Object at index start.
listIterator(int) - Method in interface net.walend.collection.List
Returns an Iterator over this list that iterates through the list in order, starting with the Object at index start.
loadDriver(String) - Static method in class net.walend.jdbc.GenericDataSource
 
loadFactor - Variable in class net.walend.collection.AbstractHashMap
The load factor for the hash table.
loadFactor() - Method in class net.walend.collection.AbstractHashMap
 
LyophilException - exception net.walend.lyophil.LyophilException.
An abstract NestedException for the Lyophilizer kit.
LyophilException() - Constructor for class net.walend.lyophil.LyophilException
Only use this constructor for Serialization.
LyophilException(String) - Constructor for class net.walend.lyophil.LyophilException
 
LyophilException(String, Throwable) - Constructor for class net.walend.lyophil.LyophilException
 
LyophilException(Throwable) - Constructor for class net.walend.lyophil.LyophilException
 
LyophilRuntimeException - exception net.walend.lyophil.LyophilRuntimeException.
An abstract NestedRuntimeException for the Lyophilizer kit.
LyophilRuntimeException() - Constructor for class net.walend.lyophil.LyophilRuntimeException
Only use this constructor for Serialization.
LyophilRuntimeException(String) - Constructor for class net.walend.lyophil.LyophilRuntimeException
 
LyophilRuntimeException(String, Throwable) - Constructor for class net.walend.lyophil.LyophilRuntimeException
 
LyophilRuntimeException(Throwable) - Constructor for class net.walend.lyophil.LyophilRuntimeException
 
LyophilTests - class net.walend.lyophil.test.LyophilTests.
Test all api of LastIdentifierUsedException.
LyophilTests(String) - Constructor for class net.walend.lyophil.test.LyophilTests
 

M

makeKey(String) - Method in class net.walend.property.SubsetPropertySource
 
makeTestBeans() - Method in class net.walend.lyophil.collection.test.TestCollectionFactoryOfFreezables
 
map - Variable in class net.walend.collection.AbstractHashSet
 
Map - interface net.walend.collection.Map.
A container that maps keys to values.
MAP - Variable in class net.walend.collection.test.TestCollectionFactory
 
MapToFreezables - interface net.walend.lyophil.collection.MapToFreezables.
This Map maps any Object as a key to a Freezable.
MapToFreezablesIdentitor - class net.walend.lyophil.collection.MapToFreezablesIdentitor.
This class implements Identitor using an object's own equals() and hashCode() methods for equals() and hashCode(), but checks for equal identifiers of freezables insice the valueEquals() method.
MapToFreezablesIdentitor() - Constructor for class net.walend.lyophil.collection.MapToFreezablesIdentitor
 
master - Variable in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.Command
 
MASTERFREEZER - Static variable in class net.walend.lyophil.soft.SoftFreezer
 
MASTERFREEZER - Static variable in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
 
MemCaster - class net.walend.lyophil.memory.MemCaster.
This class implements a simple Caster for memory based systems.
MemCaster() - Constructor for class net.walend.lyophil.memory.MemCaster
 
MemClassDigger - class net.walend.lyophil.memory.MemClassDigger.
This ClassDigger works with the MemFreezer.
MemClassDigger() - Constructor for class net.walend.lyophil.memory.MemClassDigger
 
MemClassDiggerTest - class net.walend.lyophil.memory.test.MemClassDiggerTest.
Test the api of a MemClassDigger
MemClassDiggerTest(String) - Constructor for class net.walend.lyophil.memory.test.MemClassDiggerTest
 
MemFreezableSetTest - class net.walend.collection.lyophil.memory.test.MemFreezableSetTest.
 
MemFreezableSetTest(String) - Constructor for class net.walend.collection.lyophil.memory.test.MemFreezableSetTest
 
MemFreezer - class net.walend.lyophil.memory.MemFreezer.
A freezer for beans stored in a Map in jvm memory.
MemFreezer() - Constructor for class net.walend.lyophil.memory.MemFreezer
 
MemFreezerTest - class net.walend.lyophil.memory.test.MemFreezerTest.
Test the api of a MemFreezer.
MemFreezerTest(String) - Constructor for class net.walend.lyophil.memory.test.MemFreezerTest
 
MemIdentifierSource - class net.walend.lyophil.memory.MemIdentifierSource.
A long number source that keeps them in memory.
MemIdentifierSource() - Constructor for class net.walend.lyophil.memory.MemIdentifierSource
 
MemIdentifierSourceTest - class net.walend.lyophil.memory.test.MemIdentifierSourceTest.
Test all api of IdentifierSource.
MemIdentifierSourceTest(String) - Constructor for class net.walend.lyophil.memory.test.MemIdentifierSourceTest
 
MemoryTests - class net.walend.lyophil.memory.test.MemoryTests.
run this with java -Djava.compiler=NONE -Dlyophil.home=/lyophil/test junit.textui.TestRunner lyophil.memory.test.MemoryTests
MemoryTests(String) - Constructor for class net.walend.lyophil.memory.test.MemoryTests
 
memSet - Variable in class net.walend.lyophil.memory.MemStorage
 
MemSet - class net.walend.lyophil.memory.MemSet.
This class implements a Set of Freezables built on top of a HashSet that points from identifiers to Freezables.
MemSet() - Constructor for class net.walend.lyophil.memory.MemSet
Creates a new Set with a capacity of 7.
MemSet(CollectionOfFreezables) - Constructor for class net.walend.lyophil.memory.MemSet
Creates a new Set that is a copy of c
MemSet(int) - Constructor for class net.walend.lyophil.memory.MemSet
Creates a new Set with capacity of size.
MemSetTest - class net.walend.lyophil.memory.test.MemSetTest.
 
MemSetTest(String) - Constructor for class net.walend.lyophil.memory.test.MemSetTest
 
MemStorage - class net.walend.lyophil.memory.MemStorage.
An in-memory storage point.
MEMSTORAGE - Static variable in class net.walend.lyophil.memory.MemStorage
 
MemStorage() - Constructor for class net.walend.lyophil.memory.MemStorage
 
MemTypableKeyDigger - class net.walend.lyophil.memory.MemTypableKeyDigger.
This TypableKeyDigger works with the MemFreezer.
MemTypableKeyDigger() - Constructor for class net.walend.lyophil.memory.MemTypableKeyDigger
 
MemTypableKeyDiggerTest - class net.walend.lyophil.memory.test.MemTypableKeyDiggerTest.
Test the api of a MemTypableKeyDigger
MemTypableKeyDiggerTest(String) - Constructor for class net.walend.lyophil.memory.test.MemTypableKeyDiggerTest
 
messagesToIDSets - Variable in class net.walend.lyophil.InvalidFrozenMap
 
MismatchedIdentifierException - exception net.walend.lyophil.MismatchedIdentifierException.
Throw this exception when a Frozen object is asked to freeze the wrong Freezable.
MismatchedIdentifierException() - Constructor for class net.walend.lyophil.MismatchedIdentifierException
Only use this constructor for Serialization.
MismatchedIdentifierException(String) - Constructor for class net.walend.lyophil.MismatchedIdentifierException
 
MismatchedIdentifierException(String, Throwable) - Constructor for class net.walend.lyophil.MismatchedIdentifierException
 
MismatchedIdentifierException(Throwable) - Constructor for class net.walend.lyophil.MismatchedIdentifierException
 
MismatchedIdentifierExceptionTest - class net.walend.lyophil.test.MismatchedIdentifierExceptionTest.
Test all api of MismatchedIdentifierException.
MismatchedIdentifierExceptionTest(String) - Constructor for class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
missingEdge - Variable in class net.walend.digraph.EdgeMissingException
 
missingNode - Variable in class net.walend.digraph.NodeMissingException
 
modCount - Variable in class net.walend.collection.AbstractArrayList
The number of times this list has been structurally modified.
modCount - Variable in class net.walend.collection.AbstractHashMap
The number of times this AbstractHashMap has been structurally modified Structural modifications are those that change the number of mappings in the AbstractHashMap or otherwise modify its internal structure (e.g., rehash).
Mother - interface net.walend.lyophil.Mother.
This interface creates new Freezable objects that fulfil a given named role and interface.
MultiIterator - class net.walend.collection.MultiIterator.
An implementation of Iterator built up from other iterators.
MultiIterator() - Constructor for class net.walend.collection.MultiIterator
 
MultiValueIndex - interface net.walend.lyophil.memory.MultiValueIndex.
This interface is defines methods for a MultiValueIndex, a Map from a unique index value to a set of Freezables Identifier.
MutableArrayList - class net.walend.collection.MutableArrayList.
add() appends the object to the end of the list.
MutableArrayList() - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayList(Collection) - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayList(Collection) - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayList(Identitor) - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayList(Identitor, int) - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayList(int) - Constructor for class net.walend.collection.MutableArrayList
 
MutableArrayListTest - class net.walend.collection.test.MutableArrayListTest.
 
MutableArrayListTest(String) - Constructor for class net.walend.collection.test.MutableArrayListTest
 
MutableCEDigraph - interface net.walend.digraph.MutableCEDigraph.
MutableCEDigraph adds mutators to the CEDigraph interface so that a developer can add and remove edges and nodes.
MutableCEDigraphTest - class net.walend.digraph.test.MutableCEDigraphTest.
 
MutableCEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableCEDigraphTest
 
MutableCollection - interface net.walend.collection.MutableCollection.
Use this interface for changable Collections of Objects.
MutableCollectionOfFreezables - interface net.walend.lyophil.collection.MutableCollectionOfFreezables.
Use this interface for changable CollectionOfFreezables.
MutableFreezerHashMap - class net.walend.lyophil.collection.MutableFreezerHashMap.
A MutableMapToFreezables built on AbstractFreezerHashMap.
MutableFreezerHashMap() - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(Identitor) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(Identitor, int) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(int) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(int, float) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMap(Map) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashMap
 
MutableFreezerHashMapTest - class net.walend.lyophil.collection.test.MutableFreezerHashMapTest.
 
MutableFreezerHashMapTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableFreezerHashMapTest
 
MutableFreezerHashSet - class net.walend.lyophil.collection.MutableFreezerHashSet.
 
MutableFreezerHashSet() - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75, and uses the DefaultIdentitor.
MutableFreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new set containing the elements in the specified collection.
MutableFreezerHashSet(Collection) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new set containing the elements in the specified java.util.Collection.
MutableFreezerHashSet(Identitor) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75.
MutableFreezerHashSet(Identitor, int) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
MutableFreezerHashSet(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
MutableFreezerHashSet(int) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
MutableFreezerHashSet(int, float) - Constructor for class net.walend.lyophil.collection.MutableFreezerHashSet
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
MutableFreezerHashSetTest - class net.walend.lyophil.collection.test.MutableFreezerHashSetTest.
 
MutableFreezerHashSetTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
MutableGEDigraph - interface net.walend.digraph.MutableGEDigraph.
MutableGEDigraph adds mutators to the GEDigraph interface so that a developer can add and remove edges and nodes.
MutableGEDigraphTest - class net.walend.digraph.test.MutableGEDigraphTest.
 
MutableGEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableGEDigraphTest
 
MutableHashCEDigraph - class net.walend.digraph.MutableHashCEDigraph.
 
MutableHashCEDigraph() - Constructor for class net.walend.digraph.MutableHashCEDigraph
 
MutableHashCEDigraph(CEDigraph) - Constructor for class net.walend.digraph.MutableHashCEDigraph
 
MutableHashCEDigraph(int, int) - Constructor for class net.walend.digraph.MutableHashCEDigraph
 
MutableHashCEDigraphTest - class net.walend.digraph.test.MutableHashCEDigraphTest.
 
MutableHashCEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableHashCEDigraphTest
 
MutableHashGEDigraph - class net.walend.digraph.MutableHashGEDigraph.
 
MutableHashGEDigraph() - Constructor for class net.walend.digraph.MutableHashGEDigraph
 
MutableHashGEDigraph(GEDigraph) - Constructor for class net.walend.digraph.MutableHashGEDigraph
 
MutableHashGEDigraph(int, int) - Constructor for class net.walend.digraph.MutableHashGEDigraph
 
MutableHashGEDigraphTest - class net.walend.digraph.test.MutableHashGEDigraphTest.
 
MutableHashGEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableHashGEDigraphTest
 
MutableHashMap - class net.walend.collection.MutableHashMap.
 
MutableHashMap() - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(Identitor) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(Identitor, int) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(Identitor, int, float) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(int) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(int, float) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(Map) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMap(Map) - Constructor for class net.walend.collection.MutableHashMap
 
MutableHashMapTest - class net.walend.collection.test.MutableHashMapTest.
 
MutableHashMapTest - class net.walend.lyophil.collection.test.MutableHashMapTest.
 
MutableHashMapTest(String) - Constructor for class net.walend.collection.test.MutableHashMapTest
 
MutableHashMapTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableHashMapTest
 
MutableHashMapToFreezables - class net.walend.lyophil.collection.MutableHashMapToFreezables.
A MutableMapToFreezables built on AbstractFreezerHashMap.
MutableHashMapToFreezables() - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(Identitor) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(Identitor, int) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(int) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(int, float) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezables(Map) - Constructor for class net.walend.lyophil.collection.MutableHashMapToFreezables
 
MutableHashMapToFreezablesTest - class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest.
 
MutableHashMapToFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest
 
MutableHashSet - class net.walend.collection.MutableHashSet.
 
MutableHashSet() - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(Collection) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(Collection) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(Identitor) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(Identitor, int) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(Identitor, int, float) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(int) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSet(int, float) - Constructor for class net.walend.collection.MutableHashSet
 
MutableHashSetOfFreezables - class net.walend.lyophil.collection.MutableHashSetOfFreezables.
 
MutableHashSetOfFreezables() - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75, and uses the DefaultIdentitor.
MutableHashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new set containing the elements in the specified collection.
MutableHashSetOfFreezables(Collection) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new set containing the elements in the specified java.util.Collection.
MutableHashSetOfFreezables(Identitor) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has default capacity and load factor, which is 0.75.
MutableHashSetOfFreezables(Identitor, int) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
MutableHashSetOfFreezables(Identitor, int, float) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
MutableHashSetOfFreezables(int) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and default load factor, which is 0.75.
MutableHashSetOfFreezables(int, float) - Constructor for class net.walend.lyophil.collection.MutableHashSetOfFreezables
Constructs a new, empty set; the backing MutableHashMap instance has the specified initial capacity and the specified load factor.
MutableHashSetOfFreezablesTest - class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest.
 
MutableHashSetOfFreezablesTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
MutableHashSetTest - class net.walend.collection.test.MutableHashSetTest.
 
MutableHashSetTest - class net.walend.lyophil.collection.test.MutableHashSetTest.
 
MutableHashSetTest(String) - Constructor for class net.walend.collection.test.MutableHashSetTest
 
MutableHashSetTest(String) - Constructor for class net.walend.lyophil.collection.test.MutableHashSetTest
 
MutableHashUEDigraph - class net.walend.digraph.MutableHashUEDigraph.
 
MutableHashUEDigraph() - Constructor for class net.walend.digraph.MutableHashUEDigraph
 
MutableHashUEDigraph(int, int) - Constructor for class net.walend.digraph.MutableHashUEDigraph
 
MutableHashUEDigraph(UEDigraph) - Constructor for class net.walend.digraph.MutableHashUEDigraph
 
MutableHashUEDigraphTest - class net.walend.digraph.test.MutableHashUEDigraphTest.
 
MutableHashUEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableHashUEDigraphTest
 
MutableList - interface net.walend.collection.MutableList.
add() appends the object to the end of the list.
MutableMap - interface net.walend.collection.MutableMap.
MutableMap adds mutator methods to Map.
MutableMapToFreezables - interface net.walend.lyophil.collection.MutableMapToFreezables.
This MutableMap maps any Object as a key to a Freezable.
MutableSet - interface net.walend.collection.MutableSet.
This class is a Collection that contains Objects so that each Object exists at most once in the set.
MutableSetOfFreezables - interface net.walend.lyophil.collection.MutableSetOfFreezables.
This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
MutableUEDigraph - interface net.walend.digraph.MutableUEDigraph.
MutableUEDigraph adds mutators to the UEDigraph interface so that a developer can add and remove edges and nodes.
MutableUEDigraphTest - class net.walend.digraph.test.MutableUEDigraphTest.
 
MutableUEDigraphTest(String) - Constructor for class net.walend.digraph.test.MutableUEDigraphTest
 

N

namesToDataSources - Variable in class net.walend.jdbc.ConnectionSource
 
nested - Variable in class net.walend.lang.NestedException
 
nested - Variable in class net.walend.lang.NestedRuntimeException
 
nested - Variable in class net.walend.jdbc.NestedSQLException
 
nested - Variable in class net.walend.ejb.NestedCreateException
 
nested - Variable in class net.walend.ejb.NestedObjectNotFoundException
 
nested - Variable in class net.walend.ejb.NestedEJBException
 
nested - Variable in class net.walend.ejb.NestedDuplicateKeyException
 
nested - Variable in class net.walend.ejb.NestedNoSuchEntityException
 
nested - Variable in class net.walend.ejb.NestedRemoveException
 
nested - Variable in class net.walend.ejb.NestedFinderException
 
NestedCreateException - exception net.walend.ejb.NestedCreateException.
A CreateException that wraps another Throwable.
NestedCreateException(String) - Constructor for class net.walend.ejb.NestedCreateException
 
NestedCreateException(String, Throwable) - Constructor for class net.walend.ejb.NestedCreateException
 
NestedCreateException(Throwable) - Constructor for class net.walend.ejb.NestedCreateException
 
NestedCreateExceptionTest - class net.walend.ejb.test.NestedCreateExceptionTest.
 
NestedCreateExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedCreateExceptionTest
 
NestedDuplicateKeyException - exception net.walend.ejb.NestedDuplicateKeyException.
A DuplicateKeyException that wraps another Throwable.
NestedDuplicateKeyException(String) - Constructor for class net.walend.ejb.NestedDuplicateKeyException
 
NestedDuplicateKeyException(String, Throwable) - Constructor for class net.walend.ejb.NestedDuplicateKeyException
 
NestedDuplicateKeyException(Throwable) - Constructor for class net.walend.ejb.NestedDuplicateKeyException
 
NestedDuplicateKeyExceptionTest - class net.walend.ejb.test.NestedDuplicateKeyExceptionTest.
 
NestedDuplicateKeyExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedDuplicateKeyExceptionTest
 
NestedEJBException - exception net.walend.ejb.NestedEJBException.
A EJBException that wraps another Throwable.
NestedEJBException(String) - Constructor for class net.walend.ejb.NestedEJBException
 
NestedEJBException(String, Throwable) - Constructor for class net.walend.ejb.NestedEJBException
 
NestedEJBException(Throwable) - Constructor for class net.walend.ejb.NestedEJBException
 
NestedEJBExceptionTest - class net.walend.ejb.test.NestedEJBExceptionTest.
Test all api of NestedEJBException.
NestedEJBExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedEJBExceptionTest
 
NestedException - exception net.walend.lang.NestedException.
An abstract Exception that can contain other Throwables.
NestedException() - Constructor for class net.walend.lang.NestedException
Only use this constructor for Serialization.
NestedException(String) - Constructor for class net.walend.lang.NestedException
 
NestedException(String, Throwable) - Constructor for class net.walend.lang.NestedException
 
NestedException(Throwable) - Constructor for class net.walend.lang.NestedException
 
NestedFinderException - exception net.walend.ejb.NestedFinderException.
A FinderException that wraps another Throwable.
NestedFinderException(String) - Constructor for class net.walend.ejb.NestedFinderException
 
NestedFinderException(String, Throwable) - Constructor for class net.walend.ejb.NestedFinderException
 
NestedFinderException(Throwable) - Constructor for class net.walend.ejb.NestedFinderException
 
NestedFinderExceptionTest - class net.walend.ejb.test.NestedFinderExceptionTest.
 
NestedFinderExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedFinderExceptionTest
 
NestedNoSuchEntityException - exception net.walend.ejb.NestedNoSuchEntityException.
A NoSuchEntityException that wraps another Throwable.
NestedNoSuchEntityException(String) - Constructor for class net.walend.ejb.NestedNoSuchEntityException
 
NestedNoSuchEntityException(String, Throwable) - Constructor for class net.walend.ejb.NestedNoSuchEntityException
 
NestedNoSuchEntityException(Throwable) - Constructor for class net.walend.ejb.NestedNoSuchEntityException
 
NestedNoSuchEntityExceptionTest - class net.walend.ejb.test.NestedNoSuchEntityExceptionTest.
 
NestedNoSuchEntityExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedNoSuchEntityExceptionTest
 
NestedObjectNotFoundException - exception net.walend.ejb.NestedObjectNotFoundException.
A ObjectNotFoundException that wraps another Throwable.
NestedObjectNotFoundException(String) - Constructor for class net.walend.ejb.NestedObjectNotFoundException
 
NestedObjectNotFoundException(String, Throwable) - Constructor for class net.walend.ejb.NestedObjectNotFoundException
 
NestedObjectNotFoundException(Throwable) - Constructor for class net.walend.ejb.NestedObjectNotFoundException
 
NestedObjectNotFoundExceptionTest - class net.walend.ejb.test.NestedObjectNotFoundExceptionTest.
 
NestedObjectNotFoundExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedObjectNotFoundExceptionTest
 
NestedRemoveException - exception net.walend.ejb.NestedRemoveException.
A RemoveException that wraps another Throwable.
NestedRemoveException(String) - Constructor for class net.walend.ejb.NestedRemoveException
 
NestedRemoveException(String, Throwable) - Constructor for class net.walend.ejb.NestedRemoveException
 
NestedRemoveException(Throwable) - Constructor for class net.walend.ejb.NestedRemoveException
 
NestedRemoveExceptionTest - class net.walend.ejb.test.NestedRemoveExceptionTest.
 
NestedRemoveExceptionTest(String) - Constructor for class net.walend.ejb.test.NestedRemoveExceptionTest
 
NestedRuntimeException - exception net.walend.lang.NestedRuntimeException.
An abstract RuntimeException that can contain other Throwables.
NestedRuntimeException() - Constructor for class net.walend.lang.NestedRuntimeException
Only use this constructor for Serialization.
NestedRuntimeException(String) - Constructor for class net.walend.lang.NestedRuntimeException
 
NestedRuntimeException(String, Throwable) - Constructor for class net.walend.lang.NestedRuntimeException
 
NestedRuntimeException(Throwable) - Constructor for class net.walend.lang.NestedRuntimeException
 
NestedSQLException - exception net.walend.jdbc.NestedSQLException.
An SQLException that wraps another Throwable.
NestedSQLException() - Constructor for class net.walend.jdbc.NestedSQLException
Only use this constructor for Serialization.
NestedSQLException(String) - Constructor for class net.walend.jdbc.NestedSQLException
 
NestedSQLException(String, Throwable) - Constructor for class net.walend.jdbc.NestedSQLException
 
NestedSQLException(Throwable) - Constructor for class net.walend.jdbc.NestedSQLException
 
NestedSQLExceptionTest - class net.walend.jdbc.test.NestedSQLExceptionTest.
Test all api of NestedSQLException.
NestedSQLExceptionTest(String) - Constructor for class net.walend.jdbc.test.NestedSQLExceptionTest
 
net.walend.collection - package net.walend.collection
This package contains a collection kit.
net.walend.collection.lyophil - package net.walend.collection.lyophil
This package contains Freezable implementations of collections.
net.walend.collection.lyophil.jdbc - package net.walend.collection.lyophil.jdbc
This package contains a kit for storing the net.walend.collection classes inside a database.
net.walend.collection.lyophil.jdbc.test - package net.walend.collection.lyophil.jdbc.test
This package contains a test suite for net.walend.collection.lyophil.jdbc
net.walend.collection.lyophil.memory.test - package net.walend.collection.lyophil.memory.test
This package contains tests for collection.freezable.memory
net.walend.collection.lyophil.test - package net.walend.collection.lyophil.test
This package contains tests of collection.lyophil
net.walend.collection.test - package net.walend.collection.test
This package contains tests for the net.walend.collection kit.
net.walend.digraph - package net.walend.digraph
This package contains a kit for working with directed graphs.
net.walend.digraph.test - package net.walend.digraph.test
 
net.walend.director - package net.walend.director
Director is a kit for creating objects as specified in a PropertySource.
net.walend.director.test - package net.walend.director.test
 
net.walend.ejb - package net.walend.ejb
 
net.walend.ejb.test - package net.walend.ejb.test
 
net.walend.jdbc - package net.walend.jdbc
This package contains helper classes for use inside a jdbc2.0 database.
net.walend.jdbc.test - package net.walend.jdbc.test
This package contains a test suite for javahelp.jdbc20.
net.walend.lang - package net.walend.lang
This package contains classes which directly supplement classes in java.lang.
net.walend.lang.test - package net.walend.lang.test
This package contains tests for the lang package.
net.walend.lyophil - package net.walend.lyophil
This package contains generic high level interfaces and simple utility classes.
net.walend.lyophil.collection - package net.walend.lyophil.collection
This package contains a persistent collection kit based on Lyophilizer.
net.walend.lyophil.collection.test - package net.walend.lyophil.collection.test
This package contains tests for the lyophil.collection package.
net.walend.lyophil.ejb - package net.walend.lyophil.ejb
 
net.walend.lyophil.ejb.ejbbeans - package net.walend.lyophil.ejb.ejbbeans
 
net.walend.lyophil.ejb.test - package net.walend.lyophil.ejb.test
 
net.walend.lyophil.jdbc - package net.walend.lyophil.jdbc
This package contains an implementation of lyophil that runs inside a JDBC 2.0 database.
net.walend.lyophil.jdbc.test - package net.walend.lyophil.jdbc.test
This package contains a test suite for lyophil.jdbc20.
net.walend.lyophil.jdbc.test.stringbean - package net.walend.lyophil.jdbc.test.stringbean
This package contains a kit for storing the lyophil.stringbean classes inside a database.
net.walend.lyophil.memory - package net.walend.lyophil.memory
This package contains an implementation of lyophil that runs inside a jvm's memory.
net.walend.lyophil.memory.test - package net.walend.lyophil.memory.test
This package contains tests for the lyophil.memory package.
net.walend.lyophil.queuedwrite - package net.walend.lyophil.queuedwrite
This package contains an implementation of Freezer that queues calls to freeze(), throwOut() and throwOutAll() to execute on a separate thread using a EDU.oswego.cs.dl.util.concurrent.QueuedExecutor .
net.walend.lyophil.queuedwrite.test - package net.walend.lyophil.queuedwrite.test
This package contains tests for the net.walend.lyophil.queuedwrite package.
net.walend.lyophil.soft - package net.walend.lyophil.soft
This package contains an implementation of Freezer that caches Freezables inside a SoftHashMap after they are called out of an authoritive Freezer.
net.walend.lyophil.soft.test - package net.walend.lyophil.soft.test
This package contains tests for the net.walend.lyophil.soft package.
net.walend.lyophil.test - package net.walend.lyophil.test
This package contains tests for the lyophil package.
net.walend.lyophil.test.stringbean - package net.walend.lyophil.test.stringbean
This package contains a wrapper class for persistent Strings and an interface for that wrapper.
net.walend.property - package net.walend.property
This package contains a central source of String properties.
net.walend.property.test - package net.walend.property.test
This package contains a test suite for the net.walend.property package.
net.walend.toolkit.junit - package net.walend.toolkit.junit
This package contains some custom extensions for junit.
net.walend.toolkit.junit.test - package net.walend.toolkit.junit.test
 
newEntry(int, Object, Object, AbstractHashMap.Entry) - Method in class net.walend.collection.AbstractHashMap
Override this method and subclass Entry to create specialized Entries.
newEntry(int, Object, Object, AbstractHashMap.Entry) - Method in class net.walend.collection.SoftHashMap
Overridden to return entries with soft reference values.
newEntry(int, Object, Object, AbstractHashMap.Entry) - Method in class net.walend.collection.test.NullValueHashMap
Overridden to return entries with null reference values.
newEntryIterator() - Method in class net.walend.collection.AbstractHashMap
 
next - Variable in class net.walend.collection.AbstractHashMap.SimpleEntry
 
next - Variable in class net.walend.collection.SoftHashMap.SoftEntry
 
next - Variable in class net.walend.collection.test.NullValueHashMap.NullEntry
 
next() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
next() - Method in class net.walend.collection.AbstractHashMap.KeyIterator
 
next() - Method in class net.walend.collection.AbstractHashMap.ValueIterator
 
next() - Method in class net.walend.collection.AbstractHashMap.EntryIterator
 
next() - Method in class net.walend.collection.ImmutableIteratorWrapper
 
next() - Method in class net.walend.collection.MultiIterator
 
next() - Method in interface net.walend.digraph.EdgeNodeIterator
Advances to the next edge in the iterator.
next() - Method in class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper
 
next() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Advances to the next edge in the iterator.
next() - Method in class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper
 
next() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Advances to the next edge in the iterator.
next() - Method in class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper
 
next() - Method in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
Advances to the next edge in the iterator.
next() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables
 
next() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator
 
next() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
 
next() - Method in class net.walend.lyophil.collection.FreezerIterator
 
next() - Method in class net.walend.lyophil.collection.IteratorOfFreezables
 
next() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator
 
nextElement() - Method in class net.walend.ejb.OneMemberEnumeration
 
nextEntry() - Method in class net.walend.collection.AbstractHashMap.HashIterator
 
nextFreezable() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
Returns the next Freezable in the interator.
nextFreezable() - Method in class net.walend.lyophil.collection.FreezerIterator
Returns the next Freezable in the interator.
nextFreezable() - Method in interface net.walend.lyophil.collection.FreezableIterator
Returns the next Freezable in the interator.
nextFreezable() - Method in class net.walend.lyophil.collection.IteratorOfFreezables
Returns the next Freezable in the interator.
nextIndex() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
nodeA - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeA - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeA - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeB - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeB - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeB - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeC - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeC - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeC - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeCount() - Method in interface net.walend.digraph.GEDigraph
 
nodeCount() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
nodeCount() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
nodeCount() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
nodeCount() - Method in interface net.walend.digraph.UEDigraph
 
nodeCount() - Method in interface net.walend.digraph.CEDigraph
 
nodeD - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeD - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeD - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeE - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeE - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeE - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeF - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeF - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeF - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeG - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeG - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeG - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeIterator() - Method in interface net.walend.digraph.GEDigraph
Implementations should explicitly state how they interpret nodeIterator()'s remove method.
nodeIterator() - Method in class net.walend.digraph.AbstractHashUEDigraph
Since HashUEDigraph is immutable, nodeIterator()'s remove() method throws an UnsupportedOperationException.
nodeIterator() - Method in class net.walend.digraph.AbstractHashCEDigraph
Since HashCEDigraph is immutable, nodeIterator()'s remove() method throws an UnsupportedOperationException.
nodeIterator() - Method in class net.walend.digraph.AbstractHashGEDigraph
Since HashGEDigraph is immutable, nodeIterator()'s remove() method throws an UnsupportedOperationException.
nodeIterator() - Method in interface net.walend.digraph.UEDigraph
Implementations should explicitly state how they interpret nodeIterator()'s remove method.
nodeIterator() - Method in interface net.walend.digraph.CEDigraph
Implementations should explicitly state how they interpret nodeIterator()'s remove method.
NodeMissingException - exception net.walend.digraph.NodeMissingException.
 
NodeMissingException(Object) - Constructor for class net.walend.digraph.NodeMissingException
 
NodeMissingException(String, Object) - Constructor for class net.walend.digraph.NodeMissingException
 
NodeMissingException(String, Throwable, Object) - Constructor for class net.walend.digraph.NodeMissingException
 
NodeMissingException(Throwable, Object) - Constructor for class net.walend.digraph.NodeMissingException
 
NodeMissingExceptionTest - class net.walend.digraph.test.NodeMissingExceptionTest.
Test all api of NodeMissingException.
NodeMissingExceptionTest(String) - Constructor for class net.walend.digraph.test.NodeMissingExceptionTest
 
nodePairsToEdges - Variable in class net.walend.digraph.AbstractHashUEDigraph
 
nodePairsToEdges - Variable in class net.walend.digraph.AbstractHashCEDigraph
 
nodes - Variable in class net.walend.digraph.AbstractHashUEDigraph
 
nodes - Variable in class net.walend.digraph.AbstractHashCEDigraph
 
nodes - Variable in class net.walend.digraph.AbstractHashGEDigraph
 
NODES - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
NODES - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
NODES - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeY - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeY - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeY - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
nodeZ - Static variable in class net.walend.digraph.test.TestGEDigraphFactory
 
nodeZ - Static variable in class net.walend.digraph.test.TestCEDigraphFactory
 
nodeZ - Static variable in class net.walend.digraph.test.TestUEDigraphFactory
 
NotInFreezerException - exception net.walend.lyophil.NotInFreezerException.
Throw this exception if the Freezer just doesn't know about the identifier but everything else is fine.
NotInFreezerException(Serializable) - Constructor for class net.walend.lyophil.NotInFreezerException
Only use this constructor for Serialization.
NotInFreezerException(Serializable, String) - Constructor for class net.walend.lyophil.NotInFreezerException
 
NotInFreezerException(Serializable, String, Throwable) - Constructor for class net.walend.lyophil.NotInFreezerException
 
NotInFreezerException(Serializable, Throwable) - Constructor for class net.walend.lyophil.NotInFreezerException
 
NotInFreezerExceptionTest - class net.walend.lyophil.test.NotInFreezerExceptionTest.
Test all api of NotInFreezerException.
NotInFreezerExceptionTest(String) - Constructor for class net.walend.lyophil.test.NotInFreezerExceptionTest
 
NullValueHashMap - class net.walend.collection.test.NullValueHashMap.
This MutableHashMap's values are always set to null, to stress test code that relies on a SoftHashMap.
NullValueHashMap.NullEntry - class net.walend.collection.test.NullValueHashMap.NullEntry.
Entries for the hash map.
NullValueHashMap.NullEntry(int, Object, Object, AbstractHashMap.Entry) - Constructor for class net.walend.collection.test.NullValueHashMap.NullEntry
 
NullValueHashMap() - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(Identitor) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(Identitor, int) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(Identitor, int, float) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(int) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(int, float) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(Map) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMap(Map) - Constructor for class net.walend.collection.test.NullValueHashMap
 
NullValueHashMapTest - class net.walend.collection.test.NullValueHashMapTest.
 
NullValueHashMapTest(String) - Constructor for class net.walend.collection.test.NullValueHashMapTest
 

O

obA - Variable in class net.walend.collection.test.TestCollectionFactory
 
obA - Static variable in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
obB - Variable in class net.walend.collection.test.TestCollectionFactory
 
obB - Static variable in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
obC - Variable in class net.walend.collection.test.TestCollectionFactory
 
obC - Static variable in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
obD - Variable in class net.walend.collection.test.TestCollectionFactory
 
obE - Variable in class net.walend.collection.test.TestCollectionFactory
 
obF - Variable in class net.walend.collection.test.TestCollectionFactory
 
obG - Variable in class net.walend.collection.test.TestCollectionFactory
 
object - Variable in class net.walend.ejb.OneMemberEnumeration
 
ObjectForRoleNotFoundException - exception net.walend.director.ObjectForRoleNotFoundException.
Throw this exception when a Director, Mother, Freezer or Digger can not find the correct class to instantiate for a given role.
ObjectForRoleNotFoundException(String, Class) - Constructor for class net.walend.director.ObjectForRoleNotFoundException
Only use this constructor for Serialization.
ObjectForRoleNotFoundException(String, String, Class) - Constructor for class net.walend.director.ObjectForRoleNotFoundException
 
ObjectForRoleNotFoundException(String, Throwable, String, Class) - Constructor for class net.walend.director.ObjectForRoleNotFoundException
 
ObjectForRoleNotFoundException(Throwable, String, Class) - Constructor for class net.walend.director.ObjectForRoleNotFoundException
 
ObjectForRoleNotFoundExceptionTest - class net.walend.director.test.ObjectForRoleNotFoundExceptionTest.
Test all api of ClassForRoleNotFoundException.
ObjectForRoleNotFoundExceptionTest(String) - Constructor for class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
OBS - Variable in class net.walend.collection.test.TestCollectionFactory
 
obY - Variable in class net.walend.collection.test.TestCollectionFactory
 
obZ - Variable in class net.walend.collection.test.TestCollectionFactory
 
oldking - Variable in class net.walend.lyophil.KeyDuplicatedException
 
oldSize - Variable in class net.walend.collection.test.SoftHashMapTest.LameValue
 
OneMemberEnumeration - class net.walend.ejb.OneMemberEnumeration.
An Enumeration that contains a single object.
OneMemberEnumeration(Object) - Constructor for class net.walend.ejb.OneMemberEnumeration
 
OneMemberEnumerationTest - class net.walend.ejb.test.OneMemberEnumerationTest.
 
OneMemberEnumerationTest(String) - Constructor for class net.walend.ejb.test.OneMemberEnumerationTest
 

P

parameters - Variable in class net.walend.jdbc.SQLStatementString
 
parametersFilled() - Method in class net.walend.jdbc.SQLStatementString
 
parent - Variable in class net.walend.property.SubsetPropertySource
 
passWord - Variable in class net.walend.jdbc.GenericDataSource
 
peekNextID() - Method in interface net.walend.lyophil.IdentifierSource
Returns the next id to be created, without assigning it as in use.
peekNextID() - Method in class net.walend.lyophil.memory.MemIdentifierSource
 
peekNextID() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
peekNextID() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
Returns the next id to be created, without assigning it as in use.
peekNextID() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB
Returns the next id to be created, without assigning it as in use.
peekNextID() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
Returns the next id to be created, without assigning it as in use.
PersistenceFailureException - exception net.walend.lyophil.PersistenceFailureException.
Throw this exception when the underlying persistence system is hosed.
PersistenceFailureException() - Constructor for class net.walend.lyophil.PersistenceFailureException
Only use this constructor for Serialization.
PersistenceFailureException(String) - Constructor for class net.walend.lyophil.PersistenceFailureException
 
PersistenceFailureException(String, Throwable) - Constructor for class net.walend.lyophil.PersistenceFailureException
 
PersistenceFailureException(Throwable) - Constructor for class net.walend.lyophil.PersistenceFailureException
 
PersistenceFailureExceptionTest - class net.walend.lyophil.test.PersistenceFailureExceptionTest.
Test all api of PersistenceFailureException.
PersistenceFailureExceptionTest(String) - Constructor for class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
PoolManDBTestSetup - class net.walend.jdbc.test.PoolManDBTestSetup.
This class sets up a ConnectionSource with one DataSource called "test" from a PoolMan datasource called testdb.
PoolManDBTestSetup() - Constructor for class net.walend.jdbc.test.PoolManDBTestSetup
 
postCreate(Freezable, Mother) - Method in class net.walend.lyophil.GenericMother
Freezes the new Freezable immediately
postCreate(Freezable, Mother) - Method in interface net.walend.lyophil.Mother
Mothers should call this method after creating a new instance of a Freezable.
postCreate(Freezable, Mother) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
postCreate(Freezable, Mother) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
prefix - Static variable in class net.walend.property.SimplePropertySource
 
prefix - Variable in class net.walend.property.SubsetPropertySource
 
PREFIX - Static variable in interface net.walend.lyophil.Mother
 
PRESENT - Static variable in class net.walend.collection.AbstractHashSet
 
pretender - Variable in class net.walend.lyophil.KeyDuplicatedException
 
previous() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
previousIndex() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
printLimitedStackTrace() - Method in class net.walend.lang.NestedException
 
printLimitedStackTrace() - Method in class net.walend.lang.NestedRuntimeException
 
printLimitedStackTrace() - Method in class net.walend.jdbc.NestedSQLException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedCreateException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedEJBException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedRemoveException
 
printLimitedStackTrace() - Method in class net.walend.ejb.NestedFinderException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.lang.NestedException
 
printLimitedStackTrace(PrintStream) - Method in interface net.walend.lang.HasNestedThrowable
Print the stack trace of just this Throwable.
printLimitedStackTrace(PrintStream) - Method in class net.walend.lang.NestedRuntimeException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.jdbc.NestedSQLException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedCreateException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedEJBException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedRemoveException
 
printLimitedStackTrace(PrintStream) - Method in class net.walend.ejb.NestedFinderException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.lang.NestedException
 
printLimitedStackTrace(PrintWriter) - Method in interface net.walend.lang.HasNestedThrowable
Print the stack trace of just this Throwable.
printLimitedStackTrace(PrintWriter) - Method in class net.walend.lang.NestedRuntimeException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.jdbc.NestedSQLException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedCreateException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedEJBException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedRemoveException
 
printLimitedStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedFinderException
 
printStackTrace() - Method in class net.walend.lang.NestedException
 
printStackTrace() - Method in class net.walend.lang.NestedRuntimeException
 
printStackTrace() - Method in class net.walend.jdbc.NestedSQLException
 
printStackTrace() - Method in class net.walend.ejb.NestedCreateException
 
printStackTrace() - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printStackTrace() - Method in class net.walend.ejb.NestedEJBException
 
printStackTrace() - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printStackTrace() - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printStackTrace() - Method in class net.walend.ejb.NestedRemoveException
 
printStackTrace() - Method in class net.walend.ejb.NestedFinderException
 
printStackTrace(PrintStream) - Method in class net.walend.lang.NestedException
 
printStackTrace(PrintStream) - Method in class net.walend.lang.NestedRuntimeException
 
printStackTrace(PrintStream) - Method in class net.walend.jdbc.NestedSQLException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedCreateException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedEJBException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedRemoveException
 
printStackTrace(PrintStream) - Method in class net.walend.ejb.NestedFinderException
 
printStackTrace(PrintWriter) - Method in class net.walend.lang.NestedException
 
printStackTrace(PrintWriter) - Method in class net.walend.lang.NestedRuntimeException
 
printStackTrace(PrintWriter) - Method in class net.walend.jdbc.NestedSQLException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedCreateException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedObjectNotFoundException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedEJBException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedDuplicateKeyException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedNoSuchEntityException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedRemoveException
 
printStackTrace(PrintWriter) - Method in class net.walend.ejb.NestedFinderException
 
propertiesPath - Variable in class net.walend.property.SimplePropertySource
 
PropertyException - exception net.walend.property.PropertyException.
Throw this exception when an IdentifierSource is out of Identifiers.
PropertyException(String) - Constructor for class net.walend.property.PropertyException
 
PropertyException(String, Throwable) - Constructor for class net.walend.property.PropertyException
 
PropertyException(Throwable) - Constructor for class net.walend.property.PropertyException
 
PropertyExceptionTest - class net.walend.property.test.PropertyExceptionTest.
Test all api of PropertyException.
PropertyExceptionTest(String) - Constructor for class net.walend.property.test.PropertyExceptionTest
 
propertyIterator() - Method in class net.walend.property.SimplePropertySource
 
propertyIterator() - Method in class net.walend.property.SubsetPropertySource
 
propertyIterator() - Method in interface net.walend.property.PropertySource
Return an iterator of property keys.
PropertySource - interface net.walend.property.PropertySource.
This interface defines a source of String Properties.
PropertySourceTest - class net.walend.property.test.PropertySourceTest.
Test all api of PropertySource.
PropertySourceTest(String) - Constructor for class net.walend.property.test.PropertySourceTest
 
PropertyTests - class net.walend.property.test.PropertyTests.
Test all api of javasupport.properties.
PropertyTests(String) - Constructor for class net.walend.property.test.PropertyTests
 
PROPID - Static variable in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
propKey - Variable in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
PROPKEY - Static variable in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
PROPKEY - Static variable in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
PROPKEY - Static variable in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
props - Variable in class net.walend.property.SimplePropertySource
 
protect() - Method in class net.walend.toolkit.junit.TestSetup.HardenedProtectable
 
put(Object, Object) - Method in class net.walend.collection.AbstractHashMap
Puts the key,value pair in the map.
put(Object, Object) - Method in interface net.walend.collection.MutableMap
Puts the key,value pair in the map.
put(Object, Object) - Method in class net.walend.collection.MutableHashMap
Puts the key,value pair in the map.
put(Object, Object) - Method in class net.walend.collection.SoftHashMap
Puts the key,value pair in the map.
put(Object, Object) - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
put(Object, Object) - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
put(Object, Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
put(Object, Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
put(Object, Serializable) - Method in interface net.walend.lyophil.memory.MultiValueIndex
Puts the key id pair into the index.
put(Object, Serializable) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
put(Object, Serializable) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
Puts the key id pair into the index.
put(Object, Serializable) - Method in interface net.walend.lyophil.memory.SingleValueIndex
Puts the key id pair into the index.
putAll(Map) - Method in class net.walend.collection.AbstractHashMap
Copies all of the mappings from the specified map to this map (optional operation).
putAll(Map) - Method in interface net.walend.collection.MutableMap
Puts all of the key, value pairs in map into this Map.
putAll(Map) - Method in class net.walend.collection.MutableHashMap
Puts all of the key, value pairs in map into this Map.
putAll(Map) - Method in class net.walend.collection.SoftHashMap
Puts all of the key, value pairs in map into this Map.
putAll(Map) - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
putAll(Map) - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
putAll(Map) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
putAll(Map) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
putAllIdentifiers(Map) - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
putAllIdentifiers(Map) - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
putAllIdentifiers(Map) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
putAllIdentifiers(Map) - Method in interface net.walend.lyophil.collection.MutableMapToFreezables
Put a map of keys to identifiers into this Map.
putAllIdentifiers(Map) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
putIdentifier(Object, Serializable) - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
putIdentifier(Object, Serializable) - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
putIdentifier(Object, Serializable) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
putIdentifier(Object, Serializable) - Method in interface net.walend.lyophil.collection.MutableMapToFreezables
Put an identifier into this Map.
putIdentifier(Object, Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 

Q

QueuedWriteFreezer - class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.
When this Freezer freeze()s, throwOut()s or throwOutAll()s, it puts Runnable commands into a EDU.oswego.cs.dl.util.concurrent.QueuedExecutor, to write on a separate thread.
QueuedWriteFreezer.Command - class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.Command.
 
QueuedWriteFreezer.Command(Freezer) - Constructor for class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.Command
 
QueuedWriteFreezer.FreezeCommand - class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.FreezeCommand.
 
QueuedWriteFreezer.FreezeCommand(Freezer, Freezable) - Constructor for class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.FreezeCommand
 
QueuedWriteFreezer.ThrowOutAllCommand - class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutAllCommand.
 
QueuedWriteFreezer.ThrowOutAllCommand(Freezer) - Constructor for class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutAllCommand
 
QueuedWriteFreezer.ThrowOutCommand - class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutCommand.
 
QueuedWriteFreezer.ThrowOutCommand(Freezer, Serializable) - Constructor for class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutCommand
 
QueuedWriteFreezer() - Constructor for class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
An empty constructor so that this Freezer can be created by a GenericDirector.
QueuedWriteFreezerTest - class net.walend.lyophil.queuedwrite.test.QueuedWriteFreezerTest.
Test the api of a QueuedWriterFreezer.
QueuedWriteFreezerTest(String) - Constructor for class net.walend.lyophil.queuedwrite.test.QueuedWriteFreezerTest
 
QueuedWriteTests - class net.walend.lyophil.queuedwrite.test.QueuedWriteTests.
 
QueuedWriteTests(String) - Constructor for class net.walend.lyophil.queuedwrite.test.QueuedWriteTests
 

R

readObject(ObjectInputStream) - Method in class net.walend.collection.AbstractHashMap
Reconstitute the AbstractHashMap instance from a stream (i.e., deserialize it).
readObject(ObjectInputStream) - Method in class net.walend.collection.AbstractHashSet
Reconstitute the AbstractHashSet instance from a stream (that is, deserialize it).
recordAccess(Map) - Method in interface net.walend.collection.AbstractHashMap.Entry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the AbstractHashMap.
recordAccess(Map) - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the AbstractHashMap.
recordAccess(Map) - Method in class net.walend.collection.SoftHashMap.SoftEntry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the AbstractHashMap.
recordAccess(Map) - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
This method is invoked whenever the value in an entry is overwritten by an invocation of put(k,v) for a key k that's already in the AbstractHashMap.
rehash() - Method in class net.walend.collection.AbstractHashMap
Rehashes the contents of this map into a new AbstractHashMap instance with a larger capacity.
remove() - Method in class net.walend.collection.AbstractArrayList.ListItr
 
remove() - Method in class net.walend.collection.AbstractHashMap.HashIterator
 
remove() - Method in class net.walend.collection.ImmutableIteratorWrapper
 
remove() - Method in class net.walend.collection.MultiIterator
 
remove() - Method in interface net.walend.digraph.EdgeNodeIterator
Removes the current edge from the digraph.
remove() - Method in class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper
 
remove() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Removes the current edge from the digraph.
remove() - Method in class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper
 
remove() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Removes the current edge from the digraph.
remove() - Method in class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper
 
remove() - Method in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
Removes the current edge from the digraph.
remove() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet.IteratesFreezables
 
remove() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IDIterator
 
remove() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables.IteratorOfFreezables
 
remove() - Method in class net.walend.lyophil.collection.FreezerIterator
 
remove() - Method in class net.walend.lyophil.collection.IteratorOfFreezables
 
remove() - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables.IdentifierIterator
 
remove(Freezable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
remove(int) - Method in class net.walend.collection.AbstractArrayList
Removes and returns the object at index in this list.
remove(int) - Method in class net.walend.collection.MutableArrayList
Removes and returns the object at index in this list.
remove(int) - Method in interface net.walend.collection.MutableList
Removes and returns the object at index in this list.
remove(Object) - Method in interface net.walend.collection.MutableCollection
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.collection.AbstractArrayList
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.collection.AbstractHashMap
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.collection.MutableHashSet
 
remove(Object) - Method in interface net.walend.collection.MutableMap
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.collection.AbstractHashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class net.walend.collection.MutableArrayList
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.collection.MutableHashMap
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.collection.SoftHashMap
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes the given element from this set if it is present.
remove(Object) - Method in class net.walend.lyophil.collection.MutableHashMapToFreezables
 
remove(Object) - Method in class net.walend.lyophil.collection.MutableFreezerHashMap
 
remove(Object) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
remove(Object) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Removes the key, value pair from this Map.
remove(Object) - Method in class net.walend.lyophil.memory.MemSet
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.lyophil.soft.SoftMemSet
Removes a Object from the MutableCollection.
remove(Object) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes a Object from the MutableCollection.
remove(Serializable) - Method in interface net.walend.lyophil.memory.MultiValueIndex
Removes the id from the index.
remove(Serializable) - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
remove(Serializable) - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
 
remove(Serializable) - Method in interface net.walend.lyophil.memory.SingleValueIndex
 
remove(Serializable, Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
removeAll(Collection) - Method in interface net.walend.collection.MutableCollection
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.collection.AbstractArrayList
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.collection.MutableHashSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.collection.AbstractHashSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.collection.MutableArrayList
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
removeAll(Collection) - Method in class net.walend.lyophil.memory.MemSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAll(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes all the Objects in c from this MutableCollection by using the remove() method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in interface net.walend.lyophil.collection.MutableCollectionOfFreezables
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.memory.MemSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeAllIdentifiedBy(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes all the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
removeCEDigraph(CEDigraph) - Method in class net.walend.digraph.MutableHashCEDigraph
 
removeCEDigraph(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
removeCEDigraph(CEDigraph) - Method in interface net.walend.digraph.MutableCEDigraph
Return a Set of edges orphaned when digraph is removed
removeEdge(Object) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeEdge(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeEdge(Object) - Method in interface net.walend.digraph.MutableUEDigraph
Return true if this edge existed in the digraph, false if this operation doesn't change the digraph at all.
removeEdge(Object, Object) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeEdge(Object, Object) - Method in class net.walend.digraph.MutableHashCEDigraph
 
removeEdge(Object, Object) - Method in class net.walend.digraph.MutableHashGEDigraph
 
removeEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeEdge(Object, Object) - Method in interface net.walend.digraph.MutableUEDigraph
Return the edge that connected fromNode to toNode, or null if no edge existed.
removeEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Return the edge that connected fromNode to toNode, or null if no edge existed.
removeEdge(Object, Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return true if the digraph changes when the edge is removed, false if the digraph didn't have an edge between these two nodes.
removeEdge(Object, Object) - Method in interface net.walend.digraph.MutableCEDigraph
Return the edge that connected fromNode to toNode, or null if no edge existed.
removeEdge(Object, Object) - Method in interface net.walend.digraph.MutableGEDigraph
Return true if the digraph changes when the edge is removed, false if the digraph didn't have an edge between these two nodes.
removeEdges(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
removeEdges(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
 
removeEdges(Set) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeEdges(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeEdges(Set) - Method in interface net.walend.digraph.MutableUEDigraph
Return true if any edges were removed from the digraph.
removeEntry(AbstractHashMap.Entry) - Method in class net.walend.collection.AbstractHashMap
Removes the specified entry from this AbstractHashMap (and increments modCount).
removeEntry(AbstractHashMap.Entry) - Method in class net.walend.collection.SoftHashMap
 
removeEntryForKey(Object) - Method in class net.walend.collection.AbstractHashMap
Removes and returns the entry associated with the specified key in the AbstractHashMap.
removeGEDigraph(GEDigraph) - Method in class net.walend.digraph.MutableHashGEDigraph
 
removeGEDigraph(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return the number of edges orphaned when digraph is removed
removeGEDigraph(GEDigraph) - Method in interface net.walend.digraph.MutableGEDigraph
Return the number of edges orphaned when digraph is removed
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in interface net.walend.lyophil.collection.MutableCollectionOfFreezables
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.memory.MemSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.lyophil.soft.SoftMemSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeIdentifiedBy(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes a Freezable from the MutableCollection, based on that Freezable's identifier.
removeMapping(AbstractHashMap.Entry) - Method in class net.walend.collection.AbstractHashMap
Returns removed entry, or null if no match.
removeNode(Object) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeNode(Object) - Method in class net.walend.digraph.MutableHashCEDigraph
 
removeNode(Object) - Method in class net.walend.digraph.MutableHashGEDigraph
 
removeNode(Object) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeNode(Object) - Method in interface net.walend.digraph.MutableUEDigraph
Return the Set of orphaned edges that are removed with node
removeNode(Object) - Method in class net.walend.digraph.AbstractHashCEDigraph
Return the Set of orphaned edges that are removed with node
removeNode(Object) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return the number of orphaned edges that were lost when this node is removed.
removeNode(Object) - Method in interface net.walend.digraph.MutableCEDigraph
Return the Set of orphaned edges that are removed with node
removeNode(Object) - Method in interface net.walend.digraph.MutableGEDigraph
Return the number of orphaned edges that were lost when this node is removed.
removeNodes(Set) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeNodes(Set) - Method in class net.walend.digraph.MutableHashCEDigraph
 
removeNodes(Set) - Method in class net.walend.digraph.MutableHashGEDigraph
 
removeNodes(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeNodes(Set) - Method in interface net.walend.digraph.MutableUEDigraph
Return the Set of edges orphaned edges when these nodes are removed.
removeNodes(Set) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
removeNodes(Set) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return the number of edges orphaned edges when these nodes are removed.
removeNodes(Set) - Method in interface net.walend.digraph.MutableCEDigraph
Return the Set of edges orphaned edges when these nodes are removed.
removeNodes(Set) - Method in interface net.walend.digraph.MutableGEDigraph
Return the number of edges orphaned edges when these nodes are removed.
removePrefix(String) - Method in class net.walend.property.SubsetPropertySource
 
removeUEDigraph(UEDigraph) - Method in class net.walend.digraph.MutableHashUEDigraph
 
removeUEDigraph(UEDigraph) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
removeUEDigraph(UEDigraph) - Method in interface net.walend.digraph.MutableUEDigraph
Return a Set of edges orphaned when digraph is removed
representedBy(Freezable) - Method in interface net.walend.lyophil.Frozen
Returns true if this Frozen is represented by the Freezable object.
restoreNewFreezableColorString(Serializable, String, String, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
Create a new FreezableString instance with an old id.
restoreNewFreezableSet(Serializable) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
Create a new FreezableSet instance with an old id.
restoreNewFreezableSet(Serializable, FreezableSet) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
restoreNewFreezableString(Serializable, String, String) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
Create a new FreezableString instance with an old id.
restoreNewInstance(String, Serializable) - Method in class net.walend.lyophil.GenericMother
 
restoreNewInstance(String, Serializable) - Method in interface net.walend.lyophil.Mother
Only call this method from inside a Freezer.
restoreNewInstance(String, Serializable) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
restoreNewInstance(String, Serializable) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
restoreNewInstance(String, Serializable, Object[]) - Method in class net.walend.lyophil.GenericMother
 
restoreNewInstance(String, Serializable, Object[]) - Method in interface net.walend.lyophil.Mother
Only call this method from inside a Freezer.
restoreNewInstance(String, Serializable, Object[]) - Method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
restoreNewInstance(String, Serializable, Object[]) - Method in class net.walend.collection.lyophil.FreezableCollectionMother
 
result - Variable in class net.walend.toolkit.junit.TestSetup.HardenedProtectable
 
resultSet - Variable in class net.walend.jdbc.SelectTuple
 
ResultSetWrongSizeException - exception net.walend.jdbc.ResultSetWrongSizeException.
An SQLException that wraps another Throwable.
ResultSetWrongSizeException() - Constructor for class net.walend.jdbc.ResultSetWrongSizeException
Only use this constructor for Serialization.
ResultSetWrongSizeException(int, String) - Constructor for class net.walend.jdbc.ResultSetWrongSizeException
 
ResultSetWrongSizeExceptionTest - class net.walend.jdbc.test.ResultSetWrongSizeExceptionTest.
Test all api of ResultSetWrongSizeException.
ResultSetWrongSizeExceptionTest(String) - Constructor for class net.walend.jdbc.test.ResultSetWrongSizeExceptionTest
 
retainAll(Collection) - Method in interface net.walend.collection.MutableCollection
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.collection.AbstractArrayList
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.collection.MutableHashSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.collection.AbstractHashSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.collection.MutableArrayList
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
retainAll(Collection) - Method in class net.walend.lyophil.memory.MemSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAll(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Retains only the Objects in this collection that are contained in c by using the contains() and remove() methods.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableHashSetOfFreezables
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.MutableFreezerHashSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.AbstractHashSetOfFreezables
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in interface net.walend.lyophil.collection.MutableCollectionOfFreezables
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.memory.MemSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainAllIdentifiedBy(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Removes all but the Freezables identified by c from this MutableCollection using the removeIdentifiedBy method.
retainEdges(Set) - Method in class net.walend.digraph.MutableHashUEDigraph
 
retainEdges(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
retainEdges(Set) - Method in interface net.walend.digraph.MutableUEDigraph
Return true if this UEDigraph chages at all, false if not.
retainNodes(Set) - Method in class net.walend.digraph.MutableHashUEDigraph
 
retainNodes(Set) - Method in class net.walend.digraph.MutableHashCEDigraph
 
retainNodes(Set) - Method in class net.walend.digraph.MutableHashGEDigraph
 
retainNodes(Set) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
retainNodes(Set) - Method in interface net.walend.digraph.MutableUEDigraph
Return a Set of orphaned edges when the nodes are removed.
retainNodes(Set) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
retainNodes(Set) - Method in class net.walend.digraph.AbstractHashGEDigraph
Return the number of orphaned edges when the nodes are removed.
retainNodes(Set) - Method in interface net.walend.digraph.MutableCEDigraph
Return a Set of orphaned edges when the nodes are removed.
retainNodes(Set) - Method in interface net.walend.digraph.MutableGEDigraph
Return the number of orphaned edges when the nodes are removed.
role - Variable in class net.walend.director.ObjectForRoleNotFoundException
 
role - Variable in class net.walend.director.ClassForRoleNotFoundException
 
role - Variable in class net.walend.lyophil.test.stringbean.StringBean
 
role - Variable in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
role - Variable in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
ROLE - Static variable in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
ROLE - Static variable in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
ROLE - Static variable in interface net.walend.lyophil.TypableKeyDigger
 
ROLE - Static variable in interface net.walend.lyophil.IdentifierSource
 
ROLE - Static variable in interface net.walend.lyophil.Mother
 
ROLE - Static variable in interface net.walend.lyophil.Freezer
 
rolesToClasses - Variable in class net.walend.director.GenericDirector
Maps roles (as Strings) to classes.
rolesToClasses - Variable in class net.walend.lyophil.GenericMother
 
rolesToConcreteTrays - Variable in class net.walend.lyophil.jdbc.JDBCCaster
 
rolesToInterfaces - Variable in class net.walend.lyophil.GenericMother
 
rolesToSingletons - Variable in class net.walend.director.GenericDirector
Maps roles (as classes) to objects.
run() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.FreezeCommand
 
run() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutCommand
 
run() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer.ThrowOutAllCommand
 
run(TestResult) - Method in class net.walend.toolkit.junit.TestSetup
 
runTest() - Method in class net.walend.toolkit.junit.test.TestSetupTest.OKTestCase
 
runTest() - Method in class net.walend.toolkit.junit.test.TestSetupTest.BrokenTestCase
 
runTest() - Method in class net.walend.toolkit.junit.test.TestSetupTest.ErrorTestCase
 

S

sameAs(Freezable) - Method in interface net.walend.lyophil.Freezable
Returns true if this Freezable represents the samee information as object, and their internal state matches.
sameAs(Freezable) - Method in class net.walend.lyophil.test.stringbean.StringBean
 
sameAs(Freezable) - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
sameAs(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
sameCEDigraphAs(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns true if digraph is the same as this, and all their contents have the same state.
sameCEDigraphAs(CEDigraph) - Method in interface net.walend.digraph.CEDigraph
Returns true if digraph is the same as this; that is, if this.containsCEDigraph(digraph) and digraph.containsCEDigraph(this).
sameCEDigraphs(CEDigraph, CEDigraph) - Static method in class net.walend.digraph.CEDigraphAlgebra
Returns true if digraph is the same as this, and all their contents have the same state.
sameContentsAs(Collection) - Method in class net.walend.collection.AbstractArrayList
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in interface net.walend.collection.Collection
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in class net.walend.collection.AbstractHashSet
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
sameContentsAs(Collection) - Method in class net.walend.lyophil.memory.MemSet
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in class net.walend.lyophil.soft.SoftMemSet
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Collection) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Map) - Method in interface net.walend.collection.Map
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Map) - Method in class net.walend.collection.AbstractHashMap
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Map) - Method in class net.walend.collection.SoftHashMap
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Map) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns true if this Collection's contents are equal to c's.
sameContentsAs(Map) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns true if this Collection's contents are equal to c's.
sameGEDigraphAs(GEDigraph) - Method in interface net.walend.digraph.GEDigraph
Returns true if digraph is the same as this; that is, if this.containsGEDigraph(digraph) and digraph.containsGEDigraph(this).
sameGEDigraphAs(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns true if digraph is the same as this, and all their contents have the same state.
sameGEDigraphs(GEDigraph, GEDigraph) - Static method in class net.walend.digraph.GEDigraphAlgebra
Returns true if digraph is the same as this, and all their contents have the same state.
sameIdentifierAs(Freezable) - Method in interface net.walend.lyophil.Freezable
Returns true if this Freezable represents the same information as the Freezable object, ie if they have the same identifier.
sameIdentifierAs(Freezable) - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
sameIdentifierAs(Freezable) - Method in class net.walend.lyophil.test.stringbean.StringBean
 
sameIdentifierAs(Freezable) - Method in class net.walend.collection.lyophil.FreezableDelegatingMutableSet
 
sameIdentifierAs(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
sameListAs(List) - Method in class net.walend.collection.AbstractArrayList
Returns true if this contains the same objects in the same order as list.
sameListAs(List) - Method in interface net.walend.collection.List
Returns true if this contains the same objects in the same order as list.
sameStateAs(HasState) - Method in class net.walend.collection.AbstractArrayList
 
sameStateAs(HasState) - Method in class net.walend.collection.AbstractHashMap
If two HasStates have the same internal state, return true.
sameStateAs(HasState) - Method in class net.walend.collection.AbstractHashSet
 
sameStateAs(HasState) - Method in interface net.walend.collection.HasState
If two HasStates have the same internal state, return true.
sameStateAs(HasState) - Method in class net.walend.collection.SoftHashMap
If two HasStates have the same internal state, return true.
sameStateAs(HasState) - Method in class net.walend.collection.test.TestBean
 
sameStateAs(HasState) - Method in class net.walend.digraph.AbstractHashUEDigraph
 
sameStateAs(HasState) - Method in class net.walend.digraph.AbstractHashCEDigraph
 
sameStateAs(HasState) - Method in class net.walend.digraph.AbstractHashGEDigraph
 
sameStateAs(HasState) - Method in class net.walend.digraph.test.TestBean
 
sameStateAs(HasState) - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
sameStateAs(HasState) - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
If two HasStates have the same internal state, return true.
sameStateAs(HasState) - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
sameStateAs(HasState) - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
If two HasStates have the same internal state, return true.
sameStateAs(HasState) - Method in class net.walend.lyophil.memory.MemSet
 
sameStateAs(HasState) - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
sameStateAs(HasState) - Method in class net.walend.lyophil.test.stringbean.StringBean
 
sameStateAs(HasState) - Method in class net.walend.lyophil.soft.SoftMemSet
 
sameStateAs(HasState) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
If two HasStates have the same internal state, return true.
sameUEDigraphAs(UEDigraph) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns true if digraph is the same as this, and all their contents have the same state.
sameUEDigraphAs(UEDigraph) - Method in interface net.walend.digraph.UEDigraph
Returns true if digraph is the same as this; that is, if this.containsUEDigraph(digraph) and digraph.containsUEDigraph(this).
sameUEDigraphs(UEDigraph, UEDigraph) - Static method in class net.walend.digraph.UEDigraphAlgebra
Returns true if digraph is the same as this, and all their contents have the same state.
SelectTuple - class net.walend.jdbc.SelectTuple.
A tuple of {Connection,Statement,ResultSet}
SelectTuple(Connection, Statement, ResultSet) - Constructor for class net.walend.jdbc.SelectTuple
 
serialVersionUID - Static variable in class net.walend.collection.AbstractHashMap
 
serialVersionUID - Static variable in class net.walend.collection.AbstractHashSet
 
serialVersionUID - Static variable in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
set - Variable in class net.walend.collection.MultiIterator
 
set - Variable in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
Set - interface net.walend.collection.Set.
This class is a Collection that contains Objects so that no more than one of each Object exists in the Set.
set(int, Object) - Method in class net.walend.collection.AbstractArrayList
Replaces the element at the specified position in this list with the specified element
set(int, Object) - Method in class net.walend.collection.MutableArrayList
Replaces the element at the specified position in this list with the specified element
set(int, Object) - Method in interface net.walend.collection.MutableList
Replaces the element at the specified position in this list with the specified element
set(Object) - Method in class net.walend.collection.AbstractArrayList.ListItr
 
setBoolean(int, boolean) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java boolean value.
setByte(int, byte) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java byte value.
setBytes(int, byte[]) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java array of bytes.
setColorString(String) - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
setColorString(String) - Method in interface net.walend.lyophil.test.stringbean.FreezableColorString
 
setDate(int, Date) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a value.
setDate(int, Date) - Method in class net.walend.jdbc.SQLStatementString
 
setDouble(int, double) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java double value.
setFloat(int, float) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java float value.
setInt(int, int) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java int value.
setLoginTimeout(int) - Method in class net.walend.jdbc.GenericDataSource
 
setLogWriter(PrintWriter) - Method in class net.walend.jdbc.GenericDataSource
 
setLong(int, long) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java long value.
setNext(AbstractHashMap.Entry) - Method in interface net.walend.collection.AbstractHashMap.Entry
 
setNext(AbstractHashMap.Entry) - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
setNext(AbstractHashMap.Entry) - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
setNext(AbstractHashMap.Entry) - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
setNull(int, int) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to SQL NULL.
setObject(int, Object) - Method in class net.walend.jdbc.SQLStatementString
 
SetOfFreezables - interface net.walend.lyophil.collection.SetOfFreezables.
This class is a Collection that contains Freezables so that no two Freezables in the Collection have the same identifier.
setParameter(int, String) - Method in class net.walend.jdbc.SQLStatementString
This method changes the parameters from 1-based (jdbc) to 0-based (everything else).
setProperty(String, String) - Method in class net.walend.property.SimplePropertySource
 
setProperty(String, String) - Method in class net.walend.property.SubsetPropertySource
 
setProperty(String, String) - Method in interface net.walend.property.PropertySource
Add or change the value of a property.
setSessionContext(SessionContext) - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
 
setSessionContext(SessionContext) - Method in class net.walend.lyophil.ejb.ejbbeans.ClassDiggerEJBBean
 
setSessionContext(SessionContext) - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
 
setShort(int, short) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java short value.
setString(int, String) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java String value.
setString(String) - Method in interface net.walend.collection.test.TestString
 
setString(String) - Method in class net.walend.collection.test.TestBean
 
setString(String) - Method in interface net.walend.lyophil.test.stringbean.FreezableString
 
setStringNoQuotes(int, String) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a Java String value without quotes.
setTime(int, Time) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a java.sql.Time value.
setTimestamp(int, Timestamp) - Method in class net.walend.jdbc.SQLStatementString
Sets the designated parameter to a java.sql.Timestamp value.
setTypableKey(String) - Method in interface net.walend.lyophil.HasTypableKey
Set the typable key
setTypableKey(String) - Method in class net.walend.lyophil.test.stringbean.StringBean
 
setUp - Variable in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
setUp() - Method in class net.walend.toolkit.junit.TestSetup
Sets up the fixture.
setUp() - Method in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
setUp() - Method in class net.walend.jdbc.test.PoolManDBTestSetup
 
setUp() - Method in class net.walend.jdbc.test.JDBCTestSetup
 
setUp() - Method in interface net.walend.jdbc.test.DBSetup
 
setUp() - Method in interface net.walend.lyophil.Caster
set up the backing storage
setUp() - Method in interface net.walend.lyophil.IdentifierSource
set up the backing storage
setUp() - Method in interface net.walend.lyophil.Tray
Set up the backing storage
setUp() - Method in class net.walend.lyophil.memory.MemCaster
 
setUp() - Method in class net.walend.lyophil.memory.MemIdentifierSource
 
setUp() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
setUp() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
setUp() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
setUp() - Method in class net.walend.lyophil.jdbc.test.StringBeanTestSetup
 
setUp() - Method in class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTestSetup
 
setUp() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
setUp() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
setUp() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
set up the backing storage
setUp() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB
set up the backing storage
setUp() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
set up the backing storage
setUp() - Method in class net.walend.lyophil.ejb.test.EJBTestSetup
 
setUp() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
setUp() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
setUp() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
setUp() - Method in class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTestSetup
 
setUp() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest.DMSTestSetup
 
SETUPFAILED - Static variable in class net.walend.toolkit.junit.test.TestSetupTest
 
setUpTestFreezableColorString() - Method in class net.walend.lyophil.test.TypableKeyDiggerTest
 
setUpTestFreezableColorStrings() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
setUpTestFreezableStrings() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
setValue(Object) - Method in interface net.walend.collection.AbstractHashMap.Entry
 
setValue(Object) - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
setValue(Object) - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
setValue(Object) - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
SimplePropertySource - class net.walend.property.SimplePropertySource.
This simple class implements PropertySource around a standard property file.
SimplePropertySource(String) - Constructor for class net.walend.property.SimplePropertySource
 
SimplePropertySourceTest - class net.walend.property.test.SimplePropertySourceTest.
Test all api of SimplePropertySource.
SimplePropertySourceTest(String) - Constructor for class net.walend.property.test.SimplePropertySourceTest
 
singletonGuard - Variable in class net.walend.director.GenericDirector
Any access to rolesToSingletons should happen within the bounds of this guard.
SingleValueIndex - interface net.walend.lyophil.memory.SingleValueIndex.
This interface is defines methods for a SingleValueIndex, a Map from a unique index value to a single Freezable's Identifier.
size - Variable in class net.walend.collection.AbstractArrayList
The size of the ArrayList (the number of elements it contains).
size - Variable in class net.walend.collection.AbstractHashMap
The total number of mappings in the hash table.
size - Variable in class net.walend.jdbc.ResultSetWrongSizeException
 
size() - Method in interface net.walend.collection.Map
Returns the number of key-value pairs in this map.
size() - Method in class net.walend.collection.AbstractArrayList
Returns the number of elements in this collection.
size() - Method in class net.walend.collection.AbstractHashMap
Returns the number of key-value mappings in this map.
size() - Method in interface net.walend.collection.Collection
Returns the number of elements in this collection.
size() - Method in class net.walend.collection.AbstractHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class net.walend.collection.SoftHashMap
Returns the number of key-value pairs in this map.
size() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns the number of key-value pairs in this map.
size() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
size() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns the number of key-value pairs in this map.
size() - Method in class net.walend.lyophil.memory.MemSet
Returns the number of elements in this collection.
size() - Method in interface net.walend.lyophil.memory.MultiValueIndex
Returns the number keys in this index
size() - Method in class net.walend.lyophil.memory.TransientMultiValueIndex
 
size() - Method in class net.walend.lyophil.memory.TransientSingleValueIndex
Returns the number of elements in this collection.
size() - Method in interface net.walend.lyophil.memory.SingleValueIndex
Returns the number of elements in this collection.
size() - Method in class net.walend.lyophil.soft.SoftMemSet
Returns the number of elements in this collection.
size() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
Returns the number of elements in this collection.
size(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
sleep() - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
 
SleepyQueuedWriteFreezer - class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer.
This subclass of QueuedWriteFreezer is specially built for testing.
SleepyQueuedWriteFreezer() - Constructor for class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
An empty constructor so that this Freezer can be created by a GenericDirector.
SoftFreezer - class net.walend.lyophil.soft.SoftFreezer.
This Freezer caches Freezables in a SoftMemSet as it draws them in from an authoritive Freezer.
SoftFreezer() - Constructor for class net.walend.lyophil.soft.SoftFreezer
An empty constructor so that this Freezer can be created by a GenericDirector.
SoftFreezerTest - class net.walend.lyophil.soft.test.SoftFreezerTest.
Test the api of a SoftFreezer.
SoftFreezerTest(String) - Constructor for class net.walend.lyophil.soft.test.SoftFreezerTest
 
SoftHashMap - class net.walend.collection.SoftHashMap.
This MutableHashMap's values are held by soft references which may disapear if memory gets short.
SoftHashMap.SoftEntry - class net.walend.collection.SoftHashMap.SoftEntry.
Entries for the hash map.
SoftHashMap.SoftEntry(int, Object, Object, AbstractHashMap.Entry) - Constructor for class net.walend.collection.SoftHashMap.SoftEntry
 
SoftHashMap() - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(Identitor) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(Identitor, int) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(Identitor, int, float) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(int) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(int, float) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(Map) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMap(Map) - Constructor for class net.walend.collection.SoftHashMap
 
SoftHashMapTest - class net.walend.collection.test.SoftHashMapTest.
 
SoftHashMapTest.LameKey - class net.walend.collection.test.SoftHashMapTest.LameKey.
 
SoftHashMapTest.LameKey() - Constructor for class net.walend.collection.test.SoftHashMapTest.LameKey
 
SoftHashMapTest.LameValue - class net.walend.collection.test.SoftHashMapTest.LameValue.
 
SoftHashMapTest.LameValue(long) - Constructor for class net.walend.collection.test.SoftHashMapTest.LameValue
 
SoftHashMapTest(String) - Constructor for class net.walend.collection.test.SoftHashMapTest
 
SoftMemSet - class net.walend.lyophil.soft.SoftMemSet.
This class implements MutableSetOfFreezables on top of a SoftHashMap.
SoftMemSet() - Constructor for class net.walend.lyophil.soft.SoftMemSet
Creates a new Set with a capacity of 7.
SoftMemSet(CollectionOfFreezables) - Constructor for class net.walend.lyophil.soft.SoftMemSet
Creates a new Set that is a copy of c
SoftMemSet(int) - Constructor for class net.walend.lyophil.soft.SoftMemSet
Creates a new Set with capacity of size.
SoftMemSetTest - class net.walend.lyophil.soft.test.SoftMemSetTest.
 
SoftMemSetTest(String) - Constructor for class net.walend.lyophil.soft.test.SoftMemSetTest
 
SoftTests - class net.walend.lyophil.soft.test.SoftTests.
 
SoftTests(String) - Constructor for class net.walend.lyophil.soft.test.SoftTests
 
SQLPROPERTYKEY - Static variable in class net.walend.lyophil.jdbc.JDBCCaster
 
SQLStatementString - class net.walend.jdbc.SQLStatementString.
This class exists to provide '?' substitutions to Statements that are not PreparedStatements.
SQLStatementString(String) - Constructor for class net.walend.jdbc.SQLStatementString
 
SQLStatementStringTest - class net.walend.jdbc.test.SQLStatementStringTest.
Test all api of DatabaseUtils.
SQLStatementStringTest(String) - Constructor for class net.walend.jdbc.test.SQLStatementStringTest
 
sqlString - Variable in class net.walend.jdbc.SQLStatementString
 
SQLUtils - class net.walend.jdbc.SQLUtils.
A kit of utilities for working with databases.
SQLUtils() - Constructor for class net.walend.jdbc.SQLUtils
 
statement - Variable in class net.walend.jdbc.SelectTuple
 
string - Variable in class net.walend.collection.test.TestBean
 
string - Variable in class net.walend.digraph.test.TestBean
 
StringBean - class net.walend.lyophil.test.stringbean.StringBean.
A simple bean for tests.
StringBean(Serializable, String, Mother, StringBean) - Constructor for class net.walend.lyophil.test.stringbean.StringBean
 
StringBean(Serializable, String, Mother, String, String) - Constructor for class net.walend.lyophil.test.stringbean.StringBean
 
StringBeanTestSetup - class net.walend.lyophil.jdbc.test.StringBeanTestSetup.
This class sets up tables for a simple string test.
StringBeanTestSetup(Test) - Constructor for class net.walend.lyophil.jdbc.test.StringBeanTestSetup
 
STRINGPROPKEY - Static variable in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
SUBSET - Static variable in class net.walend.property.test.SubsetPropertySourceTest
 
SubsetPropertySource - class net.walend.property.SubsetPropertySource.
This class allows access to subsets of a larger PropertySource without constant reuse of the prefix.
SubsetPropertySource(String, PropertySource) - Constructor for class net.walend.property.SubsetPropertySource
 
SubsetPropertySourceTest - class net.walend.property.test.SubsetPropertySourceTest.
Test all api of SubsetPropertySource.
SubsetPropertySourceTest(String) - Constructor for class net.walend.property.test.SubsetPropertySourceTest
 
suite() - Static method in class net.walend.toolkit.junit.test.TestCaseTest
 
suite() - Static method in class net.walend.toolkit.junit.test.Tests
 
suite() - Static method in class net.walend.toolkit.junit.test.TestSetupTest
 
suite() - Static method in class net.walend.lang.test.Tests
 
suite() - Static method in class net.walend.lang.test.EqualsTestTest
 
suite() - Static method in class net.walend.collection.test.ArrayListTest
 
suite() - Static method in class net.walend.collection.test.MutableHashSetTest
 
suite() - Static method in class net.walend.collection.test.CollectionTests
 
suite() - Static method in class net.walend.collection.test.MutableArrayListTest
 
suite() - Static method in class net.walend.collection.test.HashMapTest
 
suite() - Static method in class net.walend.collection.test.HashSetTest
 
suite() - Static method in class net.walend.collection.test.NullValueHashMapTest
 
suite() - Static method in class net.walend.collection.test.SoftHashMapTest
 
suite() - Static method in class net.walend.collection.test.MutableHashMapTest
 
suite() - Static method in class net.walend.collection.test.DefaultIdentitorTest
 
suite() - Static method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.DigraphTests
 
suite() - Static method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.EdgeMissingExceptionTest
 
suite() - Static method in class net.walend.digraph.test.HashCEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.NodeMissingExceptionTest
 
suite() - Static method in class net.walend.digraph.test.HashUEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.HashGEDigraphTest
 
suite() - Static method in class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
suite() - Static method in class net.walend.property.test.PropertyTests
 
suite() - Static method in class net.walend.property.test.SubsetPropertySourceTest
 
suite() - Static method in class net.walend.property.test.PropertyExceptionTest
 
suite() - Static method in class net.walend.property.test.SimplePropertySourceTest
 
suite() - Static method in class net.walend.director.test.DirectorTest
 
suite() - Static method in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
suite() - Static method in class net.walend.director.test.DirectorTests
 
suite() - Static method in class net.walend.director.test.GenericDirectorTest
 
suite() - Static method in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
suite() - Static method in class net.walend.jdbc.test.ResultSetWrongSizeExceptionTest
 
suite() - Static method in class net.walend.jdbc.test.JDBCTests
 
suite() - Static method in class net.walend.jdbc.test.SQLStatementStringTest
 
suite() - Static method in class net.walend.jdbc.test.DatabaseUtilsTest
 
suite() - Static method in class net.walend.jdbc.test.NestedSQLExceptionTest
 
suite() - Static method in class net.walend.jdbc.test.ConnectionSourceTest
 
suite() - Static method in class net.walend.ejb.test.ExceptionTests
 
suite() - Static method in class net.walend.ejb.test.NestedCreateExceptionTest
 
suite() - Static method in class net.walend.ejb.test.NestedEJBExceptionTest
 
suite() - Static method in class net.walend.ejb.test.NestedRemoveExceptionTest
 
suite() - Static method in class net.walend.ejb.test.EJBTests
 
suite() - Static method in class net.walend.ejb.test.NestedNoSuchEntityExceptionTest
 
suite() - Static method in class net.walend.ejb.test.NestedFinderExceptionTest
 
suite() - Static method in class net.walend.ejb.test.OneMemberEnumerationTest
 
suite() - Static method in class net.walend.ejb.test.NestedDuplicateKeyExceptionTest
 
suite() - Static method in class net.walend.ejb.test.NestedObjectNotFoundExceptionTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
suite() - Static method in class net.walend.lyophil.collection.test.FreezableIdentitorTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableFreezerHashMapTest
 
suite() - Static method in class net.walend.lyophil.collection.test.HashMapTest
 
suite() - Static method in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
suite() - Static method in class net.walend.lyophil.collection.test.FreezerHashMapTest
 
suite() - Static method in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
suite() - Static method in class net.walend.lyophil.collection.test.CollectionTests
 
suite() - Static method in class net.walend.lyophil.collection.test.HashMapToFreezablesTest
 
suite() - Static method in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableHashMapToFreezablesTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
suite() - Static method in class net.walend.lyophil.collection.test.HashSetTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
suite() - Static method in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemTypableKeyDiggerTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemoryTests
 
suite() - Static method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
suite() - Static method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemFreezerTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemSetTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemClassDiggerTest
 
suite() - Static method in class net.walend.lyophil.memory.test.MemIdentifierSourceTest
 
suite() - Static method in class net.walend.lyophil.test.CannotThawExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.NotInFreezerExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.LyophilTests
 
suite() - Static method in class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.GenericMotherTest
 
suite() - Static method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.CannotCreateExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.CannotFreezeExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.ExceptionTests
 
suite() - Static method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
suite() - Static method in class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCTests
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCClassDiggerTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCFreezerTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCTypableKeyDiggerTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
suite() - Static method in class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTest
 
suite() - Static method in class net.walend.lyophil.soft.test.SoftMemSetTest
 
suite() - Static method in class net.walend.lyophil.soft.test.SoftTests
 
suite() - Static method in class net.walend.lyophil.soft.test.SoftFreezerTest
 
suite() - Static method in class net.walend.lyophil.queuedwrite.test.QueuedWriteFreezerTest
 
suite() - Static method in class net.walend.lyophil.queuedwrite.test.QueuedWriteTests
 
suite() - Static method in class net.walend.lyophil.ejb.test.EJBClassDiggerTest
 
suite() - Static method in class net.walend.lyophil.ejb.test.EJBTests
 
suite() - Static method in class net.walend.lyophil.ejb.test.EJBFreezerTest
 
suite() - Static method in class net.walend.lyophil.ejb.test.EJBIdentifierSourceTest
 
suite() - Static method in class net.walend.collection.lyophil.memory.test.MemFreezableSetTest
 
suite() - Static method in class net.walend.collection.lyophil.test.FreezableSetTest
 
suite() - Static method in class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTest
 
suite() - Static method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
sweepNulls() - Method in class net.walend.collection.SoftHashMap
Cleans out keys for null values.

T

table - Variable in class net.walend.collection.AbstractHashMap
The hash table data.
tcf - Variable in class net.walend.collection.test.ArrayListTest
 
tcf - Variable in class net.walend.collection.test.MutableHashSetTest
 
tcf - Variable in class net.walend.collection.test.MutableArrayListTest
 
tcf - Variable in class net.walend.collection.test.HashMapTest
 
tcf - Variable in class net.walend.collection.test.HashSetTest
 
tcf - Variable in class net.walend.collection.test.NullValueHashMapTest
 
tcf - Variable in class net.walend.collection.test.SoftHashMapTest
 
tcf - Variable in class net.walend.collection.test.MutableHashMapTest
 
tcf - Variable in class net.walend.collection.test.DefaultIdentitorTest
 
tcf - Variable in class net.walend.lyophil.collection.test.MutableHashMapTest
 
tcf - Variable in class net.walend.lyophil.collection.test.FreezableIdentitorTest
 
tcf - Variable in class net.walend.lyophil.collection.test.HashMapTest
 
tcf - Variable in class net.walend.lyophil.collection.test.FreezerHashSetTest
 
tcf - Variable in class net.walend.lyophil.collection.test.AbstractMutableMapToFreezableTest
 
tcf - Variable in class net.walend.lyophil.collection.test.AbstractMapToFreezablesTest
 
tcf - Variable in class net.walend.lyophil.collection.test.HashSetOfFreezablesTest
 
tcf - Variable in class net.walend.lyophil.collection.test.MutableHashSetOfFreezablesTest
 
tcf - Variable in class net.walend.lyophil.collection.test.HashSetTest
 
tcf - Variable in class net.walend.lyophil.collection.test.MutableHashSetTest
 
tcf - Variable in class net.walend.lyophil.collection.test.MutableFreezerHashSetTest
 
tcf - Variable in class net.walend.lyophil.memory.test.MemSetTest
 
tcf - Variable in class net.walend.lyophil.soft.test.SoftMemSetTest
 
tcf - Variable in class net.walend.collection.lyophil.test.FreezableSetTest
 
tearDown() - Method in class net.walend.toolkit.junit.TestSetup
Tears down the fixture.
tearDown() - Method in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
tearDown() - Method in class net.walend.jdbc.test.JDBCTestSetup
 
tearDown() - Method in interface net.walend.lyophil.Caster
clean up the backing storage
tearDown() - Method in interface net.walend.lyophil.IdentifierSource
clean up the backing storage
tearDown() - Method in interface net.walend.lyophil.Tray
clean up the backing storage
tearDown() - Method in class net.walend.lyophil.memory.MemCaster
 
tearDown() - Method in class net.walend.lyophil.memory.MemIdentifierSource
 
tearDown() - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
tearDown() - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
tearDown() - Method in class net.walend.lyophil.jdbc.JDBCIdentifierSource
 
tearDown() - Method in class net.walend.lyophil.jdbc.test.StringBeanTestSetup
 
tearDown() - Method in class net.walend.lyophil.jdbc.test.JDBCIdentifierSourceTestSetup
 
tearDown() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
tearDown() - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
tearDown() - Method in class net.walend.lyophil.ejb.EJBIdentifierSource
clean up the backing storage
tearDown() - Method in interface net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJB
clean up the backing storage
tearDown() - Method in class net.walend.lyophil.ejb.ejbbeans.IdentifierSourceEJBBean
clean up the backing storage
tearDown() - Method in class net.walend.lyophil.ejb.test.EJBTestSetup
 
tearDown() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
tearDown() - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
tearDown() - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
tearDown() - Method in class net.walend.collection.lyophil.jdbc.test.JDBCFreezableSetTestSetup
 
tearDown() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest.DMSTestSetup
 
TEARDOWNFAILED - Static variable in class net.walend.toolkit.junit.test.TestSetupTest
 
test - Variable in class net.walend.toolkit.junit.TestSetup.HardenedProtectable
 
testAdd() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testAdd() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testAddAll() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testAddAll() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testAddAllAtIndex() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testAddAllIdentifiedBy() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testAddAtIndex() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testAddEdge() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testAddEdge() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testAddEdge() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testAddIdentifiedBy() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testAddNode() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testAddNode() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testAddNode() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testAddNodes() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testAddNodes() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testAddNodes() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testAllOK() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
testAllPublicAPI() - Method in class net.walend.collection.test.NullValueHashMapTest
 
TestBean - class net.walend.collection.test.TestBean.
An object for testing Collections
TestBean - class net.walend.digraph.test.TestBean.
An object for testing Digraphs
TestBean(String) - Constructor for class net.walend.collection.test.TestBean
 
TestBean(String) - Constructor for class net.walend.digraph.test.TestBean
 
testBehavesAsEmpty() - Method in class net.walend.collection.test.NullValueHashMapTest
 
testBrokenAndTearDownException() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
TestCase - class net.walend.toolkit.junit.TestCase.
I've extended TestCase to have a fail(Throwable) method.
TestCase(String) - Constructor for class net.walend.toolkit.junit.TestCase
 
TestCaseTest - class net.walend.toolkit.junit.test.TestCaseTest.
Test extensions to TestCase.
TestCaseTest(String) - Constructor for class net.walend.toolkit.junit.test.TestCaseTest
 
testCEDigraphAlgebraContainsCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
testCEDigraphAlgebraIntersectCEDigraphs() - Method in class net.walend.digraph.test.CEDigraphTest
 
testCEDigraphAlgebraSameCEDigraphs() - Method in class net.walend.digraph.test.CEDigraphTest
 
testCEDigraphAlgebraUnionCEDigraphs() - Method in class net.walend.digraph.test.CEDigraphTest
 
TestCEDigraphFactory - class net.walend.digraph.test.TestCEDigraphFactory.
A factory for test digraphs.
TestCEDigraphFactory() - Constructor for class net.walend.digraph.test.TestCEDigraphFactory
 
TestClass - class net.walend.director.test.TestClass.
An empty class for tests.
TestClass() - Constructor for class net.walend.director.test.TestClass
 
testClear() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testClear() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testClear() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testClear() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testClear() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testClear() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testClearEdges() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testClearEdges() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testClearEdges() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
TestCollectionFactory - class net.walend.collection.test.TestCollectionFactory.
A factory for test collections.
TestCollectionFactory() - Constructor for class net.walend.collection.test.TestCollectionFactory
 
TestCollectionFactoryOfFreezables - class net.walend.lyophil.collection.test.TestCollectionFactoryOfFreezables.
 
TestCollectionFactoryOfFreezables() - Constructor for class net.walend.lyophil.collection.test.TestCollectionFactoryOfFreezables
 
testConstructor() - Method in class net.walend.property.test.SubsetPropertySourceTest
 
testConstructor() - Method in class net.walend.property.test.PropertySourceTest
 
testConstructor() - Method in class net.walend.director.test.GenericDirectorTest
 
testConstructor() - Method in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
testConstructor() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testConstructor() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testConstructor() - Method in class net.walend.lyophil.test.FreezerTest
 
testConstructor() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
testConstructor() - Method in class net.walend.lyophil.test.IdentifierSourceTest
 
testConstructor() - Method in class net.walend.lyophil.test.TypableKeyDiggerTest
 
testConstructor() - Method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
testConstructor() - Method in class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
testConstructors() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testContains(List, Object, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testContains(Set, Object, boolean) - Method in class net.walend.collection.test.AbstractSetTest
 
testContainsAll(List, Collection, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testContainsAll(Map, Map, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testContainsAll(Set, Set, boolean) - Method in class net.walend.collection.test.AbstractSetTest
 
testContainsAllIdentifiedBy(SetOfFreezables, Collection, boolean, boolean) - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testContainsAllIdentifiedBy(SetOfFreezables, Collection, boolean, boolean) - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testContainsCEDigraph(CEDigraph, CEDigraph, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsEdge(CEDigraph, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsEdge(CEDigraph, Object, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsEdge(GEDigraph, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testContainsEdge(UEDigraph, Object, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsEdge(UEDigraph, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsEdge(UEDigraph, Object, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsEdgeAllWays(CEDigraph, Object, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsEdgeAllWays(GEDigraph, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
Deprecated.  
testContainsEdgeAllWays(UEDigraph, Object, Object, Object, boolean, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsEdges(UEDigraph, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsGEDigraph(GEDigraph, GEDigraph, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testContainsIdentifiedBy(SetOfFreezables, Serializable, boolean, boolean) - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testContainsIdentifiedBy(SetOfFreezables, Serializable, boolean, boolean) - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testContainsKey(Map, Object, boolean, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testContainsNode(CEDigraph, Object, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsNode(GEDigraph, Object, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testContainsNode(UEDigraph, Object, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsNodes(CEDigraph, Set, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testContainsNodes(GEDigraph, Set, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testContainsNodes(UEDigraph, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsUEDigraph(UEDigraph, UEDigraph, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testContainsValue(Map, Object, boolean, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testCopyConstructor() - Method in class net.walend.collection.test.AbstractListTest
 
testCopyConstructor() - Method in class net.walend.collection.test.AbstractMapTest
 
testCopyConstructor() - Method in class net.walend.collection.test.AbstractSetTest
 
testCopyConstructor() - Method in class net.walend.digraph.test.CEDigraphTest
 
testCopyConstructor() - Method in class net.walend.digraph.test.UEDigraphTest
 
testCopyConstructor() - Method in class net.walend.digraph.test.GEDigraphTest
 
testCopyConstructor() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testCopyConstructor() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testCountByClass() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
testCountInboundEdges(CEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testCountInboundEdges(GEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testCountInboundEdges(UEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testCountOutboundEdges(CEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testCountOutboundEdges(GEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testCountOutboundEdges(UEDigraph, Object, int, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testCreateEvilClone() - Method in class net.walend.lyophil.test.GenericMotherTest
 
testCreateID() - Method in class net.walend.lyophil.test.IdentifierSourceTest
 
testCreateNewInstanceOfStringBean() - Method in class net.walend.lyophil.test.GenericMotherTest
 
testDelete() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
testEdgeCount(CEDigraph, int) - Method in class net.walend.digraph.test.CEDigraphTest
 
testEdgeCount(GEDigraph, int) - Method in class net.walend.digraph.test.GEDigraphTest
 
testEdgeCount(UEDigraph, int) - Method in class net.walend.digraph.test.UEDigraphTest
 
testEdgeIterator(CEDigraph) - Method in class net.walend.digraph.test.CEDigraphTest
 
testEdgeIterator(UEDigraph) - Method in class net.walend.digraph.test.UEDigraphTest
 
testEdgeNodeIterator(GEDigraph) - Method in class net.walend.digraph.test.GEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.EdgeMissingExceptionTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.NodeMissingExceptionTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
testEmptyConstructor() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testEmptyConstructor() - Method in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
testEmptyConstructor() - Method in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
testEmptyConstructor() - Method in class net.walend.jdbc.test.ResultSetWrongSizeExceptionTest
 
testEmptyConstructor() - Method in class net.walend.jdbc.test.NestedSQLExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.CannotThawExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.NotInFreezerExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.CannotCreateExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.CannotFreezeExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
testEmptyConstructor() - Method in class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
testEnumeration() - Method in class net.walend.ejb.test.OneMemberEnumerationTest
 
testEquals() - Method in class net.walend.lang.test.EqualsTestTest
 
testErrorAndTearDownException() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
TESTEXCEPTION - Static variable in class net.walend.toolkit.junit.test.TestCaseTest
 
testExceptionConstructor() - Method in class net.walend.digraph.test.EdgeMissingExceptionTest
 
testExceptionConstructor() - Method in class net.walend.digraph.test.NodeMissingExceptionTest
 
testExceptionConstructor() - Method in class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
testExceptionConstructor() - Method in class net.walend.property.test.PropertyExceptionTest
 
testExceptionConstructor() - Method in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
testExceptionConstructor() - Method in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
testExceptionConstructor() - Method in class net.walend.jdbc.test.NestedSQLExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedCreateExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedEJBExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedRemoveExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedNoSuchEntityExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedFinderExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedDuplicateKeyExceptionTest
 
testExceptionConstructor() - Method in class net.walend.ejb.test.NestedObjectNotFoundExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.CannotThawExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.NotInFreezerExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.CannotCreateExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.CannotFreezeExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
testExceptionConstructor() - Method in class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
testExecuteCountQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteIsPresentQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteNumberQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteNumberSetQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteStringQuery() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteUpdate() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testExecuteUpdateWithInt() - Method in class net.walend.jdbc.test.DatabaseUtilsTest
 
testFailOnException() - Method in class net.walend.toolkit.junit.test.TestCaseTest
 
testFindByClass() - Method in class net.walend.lyophil.test.ClassDiggerTest
 
testFindByTypableKey() - Method in class net.walend.lyophil.test.TypableKeyDiggerTest
 
testFindInterface() - Method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
testFreezableIterator(SetOfFreezables, SetOfFreezables) - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testFreezableIterator(SetOfFreezables, SetOfFreezables) - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testFreezeThaw() - Method in class net.walend.lyophil.test.FreezerTest
 
testFreezeThaw() - Method in class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
testFreezeThaw() - Method in class net.walend.collection.lyophil.test.FreezableSetTest
 
testFreezeThaw() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
testGEDigraphAlgebraContainsGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
testGEDigraphAlgebraIntersectGEDigraphs() - Method in class net.walend.digraph.test.GEDigraphTest
 
testGEDigraphAlgebraSameGEDigraphs() - Method in class net.walend.digraph.test.GEDigraphTest
 
testGEDigraphAlgebraUnionGEDigraphs() - Method in class net.walend.digraph.test.GEDigraphTest
 
TestGEDigraphFactory - class net.walend.digraph.test.TestGEDigraphFactory.
A factory for test digraphs.
TestGEDigraphFactory() - Constructor for class net.walend.digraph.test.TestGEDigraphFactory
 
testGet(List, int, Object, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testGet(Map, Object, Object, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testGetAll() - Method in class net.walend.lyophil.test.FreezerTest
 
testGetClassForRole() - Method in class net.walend.director.test.DirectorTest
 
testGetClassForRole() - Method in class net.walend.director.test.GenericDirectorTest
 
testGetConnection() - Method in class net.walend.jdbc.test.ConnectionSourceTest
 
testGetEdge(CEDigraph, Object, Object, Object, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetEdge(UEDigraph, Object, Object, Object, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetEdges(UEDigraph, Set) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetFromNode(UEDigraph, Object, Object, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetFromNodes(CEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetFromNodes(GEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testGetFromNodes(UEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetIdentifiers(SetOfFreezables, Collection) - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testGetIdentifiers(SetOfFreezables, Collection) - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testGetIdentitor() - Method in class net.walend.collection.test.AbstractListTest
 
testGetIdentitor() - Method in class net.walend.collection.test.AbstractMapTest
 
testGetIdentitor() - Method in class net.walend.collection.test.AbstractSetTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.MutableHashMapTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.HashMapTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.HashSetTest
 
testGetIdentitor() - Method in class net.walend.lyophil.collection.test.MutableHashSetTest
 
testGetIdentitor(List, Identitor) - Method in class net.walend.collection.test.AbstractListTest
 
testGetIdentitor(Map, Identitor) - Method in class net.walend.collection.test.AbstractMapTest
 
testGetIdentitor(Set, Identitor) - Method in class net.walend.collection.test.AbstractSetTest
 
testGetInboundEdges(CEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetInboundEdges(UEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetJavaCollection() - Method in class net.walend.collection.test.AbstractListTest
 
testGetJavaCollection() - Method in class net.walend.collection.test.AbstractSetTest
 
testGetJavaList() - Method in class net.walend.collection.test.AbstractListTest
 
testGetJavaMap() - Method in class net.walend.collection.test.AbstractMapTest
 
testGetJavaSet() - Method in class net.walend.collection.test.AbstractSetTest
 
testGetKeys(Map, Set) - Method in class net.walend.collection.test.AbstractMapTest
 
testGetNodes(CEDigraph, Set) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetNodes(GEDigraph, Set) - Method in class net.walend.digraph.test.GEDigraphTest
 
testGetNodes(UEDigraph, Set) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetOutboundEdges(CEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetOutboundEdges(UEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetPrincipleInterface() - Method in class net.walend.collection.test.AbstractListTest
 
testGetPrincipleInterface() - Method in class net.walend.collection.test.AbstractMapTest
 
testGetPrincipleInterface() - Method in class net.walend.collection.test.AbstractSetTest
 
testGetPrincipleInterface() - Method in class net.walend.lyophil.collection.test.AbstractMutableMapToFreezableTest
 
testGetPrincipleInterface() - Method in class net.walend.lyophil.collection.test.AbstractMapToFreezablesTest
 
testGetProperty() - Method in class net.walend.property.test.PropertySourceTest
 
testGetPropertySafely() - Method in class net.walend.property.test.PropertySourceTest
 
testGetPropertyWithDefault() - Method in class net.walend.property.test.PropertySourceTest
 
testGetSingletonForRole() - Method in class net.walend.director.test.DirectorTest
 
testGetSingletonForRole() - Method in class net.walend.director.test.GenericDirectorTest
 
testGetSubsetProperty() - Method in class net.walend.property.test.PropertySourceTest
 
testGetToNode(UEDigraph, Object, Object, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetToNodes(CEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testGetToNodes(GEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testGetToNodes(UEDigraph, Object, Set, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testGetValues(Map) - Method in class net.walend.collection.test.AbstractMapTest
 
testIdentifierIterator(SetOfFreezables, Collection) - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testIdentifierIterator(SetOfFreezables, Collection) - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testIdentitor(Identitor, Object, Object, boolean) - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testIdentitorValues(Identitor, Object, Object, boolean) - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractListTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractMapTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractSetTest
 
testImmutable() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testImmutable(Object, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testImmutable(Object, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testImmutable(Object, boolean) - Method in class net.walend.collection.test.AbstractSetTest
 
testImmutable(Object, boolean) - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testIndexOf(List, Object, int) - Method in class net.walend.collection.test.AbstractListTest
 
testIndexOfSubList(List, List, int) - Method in class net.walend.collection.test.AbstractListTest
 
testInDirector() - Method in class net.walend.lyophil.test.IdentifierSourceTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableHashCEDigraphTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableHashUEDigraphTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableHashGEDigraphTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testIntConstructor() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
TestInterface - interface net.walend.director.test.TestInterface.
An empty interface for tests.
testIsAbsent() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
testIsAvailable() - Method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
testIsEdgeFree(CEDigraph, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testIsEdgeFree(GEDigraph, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testIsEdgeFree(UEDigraph, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testIsEmpty(CEDigraph, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testIsEmpty(GEDigraph, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testIsEmpty(List, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testIsEmpty(Map, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testIsEmpty(Set, boolean) - Method in class net.walend.collection.test.AbstractSetTest
 
testIsEmpty(UEDigraph, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testIsFrozenAvailable() - Method in class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
testIsPresent() - Method in class net.walend.collection.lyophil.jdbc.test.DependantMutableSetTrayTest
 
testIterator() - Method in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
testIterator(List, List) - Method in class net.walend.collection.test.AbstractListTest
 
testIterator(Set, Set) - Method in class net.walend.collection.test.AbstractSetTest
 
testIteratorRemove() - Method in class net.walend.collection.test.AbstractListTest
 
testIteratorRemove() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testIteratorRemove() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testIteratorRemove() - Method in class net.walend.collection.test.AbstractSetTest
 
testKey - Variable in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
testKeyIterator(Map, Set) - Method in class net.walend.collection.test.AbstractMapTest
 
testKeyIteratorRemove() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testKeyIteratorRemove() - Method in class net.walend.collection.test.AbstractMapTest
 
testKeySet() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testKeySet() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testLastIndexOf(List, Object, int) - Method in class net.walend.collection.test.AbstractListTest
 
testMemoryUnderLoad() - Method in class net.walend.collection.test.SoftHashMapTest
This test takes a minute and a half under jdk 1.4beta1, so is normally commented out.
testMessageAndExceptionConstructor() - Method in class net.walend.digraph.test.EdgeMissingExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.digraph.test.NodeMissingExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.property.test.PropertyExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.jdbc.test.NestedSQLExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedCreateExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedEJBExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedRemoveExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedNoSuchEntityExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedFinderExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedDuplicateKeyExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.ejb.test.NestedObjectNotFoundExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.CannotThawExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.NotInFreezerExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.CannotCreateExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.CannotFreezeExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
testMessageAndExceptionConstructor() - Method in class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
testMessageConstructor() - Method in class net.walend.digraph.test.EdgeMissingExceptionTest
 
testMessageConstructor() - Method in class net.walend.digraph.test.NodeMissingExceptionTest
 
testMessageConstructor() - Method in class net.walend.digraph.test.EdgeNotUniqueExceptionTest
 
testMessageConstructor() - Method in class net.walend.property.test.PropertyExceptionTest
 
testMessageConstructor() - Method in class net.walend.director.test.ClassForRoleNotFoundExceptionTest
 
testMessageConstructor() - Method in class net.walend.director.test.ObjectForRoleNotFoundExceptionTest
 
testMessageConstructor() - Method in class net.walend.jdbc.test.ResultSetWrongSizeExceptionTest
 
testMessageConstructor() - Method in class net.walend.jdbc.test.NestedSQLExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedCreateExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedEJBExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedRemoveExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedNoSuchEntityExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedFinderExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedDuplicateKeyExceptionTest
 
testMessageConstructor() - Method in class net.walend.ejb.test.NestedObjectNotFoundExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.CannotThawExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.NotInFreezerExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.CannotThrowOutExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.PersistenceFailureExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.KeyDuplicatedExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.CannotCreateExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.MismatchedIdentifierExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.CannotFreezeExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.IdentifierUnavailableExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
testMessageConstructor() - Method in class net.walend.lyophil.test.LastIdentifierUsedExceptionTest
 
testNodeCount(CEDigraph, int) - Method in class net.walend.digraph.test.CEDigraphTest
 
testNodeCount(GEDigraph, int) - Method in class net.walend.digraph.test.GEDigraphTest
 
testNodeCount(UEDigraph, int) - Method in class net.walend.digraph.test.UEDigraphTest
 
testNodeIterator(CEDigraph, Set) - Method in class net.walend.digraph.test.CEDigraphTest
 
testNodeIterator(GEDigraph, Set) - Method in class net.walend.digraph.test.GEDigraphTest
 
testNodeIterator(UEDigraph, Set) - Method in class net.walend.digraph.test.UEDigraphTest
 
testNulls() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testNullValues() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testObjects() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testObjectValues() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testOneNull() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testOneNullValue() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testPut() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testPut() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testPut() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testPutAll() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testQueries() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testQueries() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testQueries() - Method in class net.walend.lyophil.jdbc.test.JDBCCasterTest
 
testQueriesOnEmpty() - Method in class net.walend.collection.test.AbstractListTest
 
testQueriesOnEmpty() - Method in class net.walend.collection.test.AbstractMapTest
 
testQueriesOnEmpty() - Method in class net.walend.collection.test.AbstractSetTest
 
testQueriesOnEmpty() - Method in class net.walend.digraph.test.CEDigraphTest
 
testQueriesOnEmpty() - Method in class net.walend.digraph.test.UEDigraphTest
 
testQueriesOnEmpty() - Method in class net.walend.digraph.test.GEDigraphTest
 
testQueriesOnEmpty() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testQueriesOnEmpty() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testQueriesOnTestCEDigraph() - Method in class net.walend.digraph.test.CEDigraphTest
 
testQueriesOnTestGEDigraph() - Method in class net.walend.digraph.test.GEDigraphTest
 
testQueriesOnTestList() - Method in class net.walend.collection.test.AbstractListTest
 
testQueriesOnTestMap() - Method in class net.walend.collection.test.AbstractMapTest
 
testQueriesOnTestSet() - Method in class net.walend.collection.test.AbstractSetTest
 
testQueriesOnTestSet() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testQueriesOnTestSet() - Method in class net.walend.lyophil.collection.test.AbstractSetOfFreezablesTest
 
testQueriesOnTestUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
testRemove() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testRemove() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testRemove() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testRemove() - Method in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
testRemove() - Method in class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
testRemove() - Method in class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
testRemoveAll() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testRemoveAll() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testRemoveAllIdentifiedBy() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testRemoveByIndex() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testRemoveCEDigraph() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testRemoveEdgeByEdge() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRemoveEdgeByNodes() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testRemoveEdgeByNodes() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testRemoveEdgeByNodes() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRemoveEdges() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRemoveGEDigraph() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testRemoveIdentifiedBy() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testRemoveNode() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testRemoveNode() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testRemoveNode() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRemoveNodes() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testRemoveNodes() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testRemoveNodes() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRemoveUEDigraph() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRestoreNewInstanceOfStringBean() - Method in class net.walend.lyophil.test.GenericMotherTest
 
testRetainAll() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testRetainAll() - Method in class net.walend.collection.test.AbstractMutableSetTest
 
testRetainAllIdentifiedBy() - Method in class net.walend.lyophil.collection.test.AbstractMutableSetOfFreezablesTest
 
testRetainEdges() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
testRetainNodes() - Method in class net.walend.digraph.test.MutableGEDigraphTest
 
testRetainNodes() - Method in class net.walend.digraph.test.MutableCEDigraphTest
 
testRetainNodes() - Method in class net.walend.digraph.test.MutableUEDigraphTest
 
Tests - class net.walend.toolkit.junit.test.Tests.
Test JUnit support.
Tests - class net.walend.lang.test.Tests.
 
Tests(String) - Constructor for class net.walend.toolkit.junit.test.Tests
 
Tests(String) - Constructor for class net.walend.lang.test.Tests
 
testSameCEDigraphAs(CEDigraph, CEDigraph, boolean) - Method in class net.walend.digraph.test.CEDigraphTest
 
testSameContentsAs(List, Collection, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testSameContentsAs(Map, Map, boolean) - Method in class net.walend.collection.test.AbstractMapTest
 
testSameContentsAs(Set, Set, boolean) - Method in class net.walend.collection.test.AbstractSetTest
 
testSameGEDigraphAs(GEDigraph, GEDigraph, boolean) - Method in class net.walend.digraph.test.GEDigraphTest
 
testSameListAs(List, List, boolean) - Method in class net.walend.collection.test.AbstractListTest
 
testSameStateAs() - Method in class net.walend.collection.test.AbstractListTest
 
testSameStateAs() - Method in class net.walend.collection.test.AbstractMapTest
 
testSameStateAs() - Method in class net.walend.collection.test.AbstractSetTest
 
testSameUEDigraphAs(UEDigraph, UEDigraph, boolean) - Method in class net.walend.digraph.test.UEDigraphTest
 
testSet() - Method in class net.walend.collection.test.AbstractMutableListTest
 
testSetString() - Method in class net.walend.jdbc.test.SQLStatementStringTest
 
testSetStringWithQuotes() - Method in class net.walend.jdbc.test.SQLStatementStringTest
 
TestSetup - class net.walend.toolkit.junit.TestSetup.
A Decorator to set up and tear down additional fixture state.
TestSetup.HardenedProtectable - class net.walend.toolkit.junit.TestSetup.HardenedProtectable.
HardenedProtectable runs the setUp() and basicRun() inside a try block.
TestSetup.HardenedProtectable(Test, TestResult) - Constructor for class net.walend.toolkit.junit.TestSetup.HardenedProtectable
 
TestSetup(Test) - Constructor for class net.walend.toolkit.junit.TestSetup
 
testSetupAndTearDownException() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
testSetupException() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
TestSetupTest - class net.walend.toolkit.junit.test.TestSetupTest.
A battery of tests for TestSetup.
TestSetupTest.BrokenTestCase - class net.walend.toolkit.junit.test.TestSetupTest.BrokenTestCase.
 
TestSetupTest.BrokenTestCase(String) - Constructor for class net.walend.toolkit.junit.test.TestSetupTest.BrokenTestCase
 
TestSetupTest.ErrorTestCase - class net.walend.toolkit.junit.test.TestSetupTest.ErrorTestCase.
 
TestSetupTest.ErrorTestCase(String) - Constructor for class net.walend.toolkit.junit.test.TestSetupTest.ErrorTestCase
 
TestSetupTest.OKTestCase - class net.walend.toolkit.junit.test.TestSetupTest.OKTestCase.
 
TestSetupTest.OKTestCase(String) - Constructor for class net.walend.toolkit.junit.test.TestSetupTest.OKTestCase
 
TestSetupTest.SomeTestSetup - class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup.
 
TestSetupTest.SomeTestSetup(Test, boolean, boolean) - Constructor for class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
TestSetupTest(String) - Constructor for class net.walend.toolkit.junit.test.TestSetupTest
 
testSize(List, int) - Method in class net.walend.collection.test.AbstractListTest
 
testSize(Map, int) - Method in class net.walend.collection.test.AbstractMapTest
 
testSize(Set, int) - Method in class net.walend.collection.test.AbstractSetTest
 
testString - Static variable in class net.walend.jdbc.test.SQLStatementStringTest
 
testString - Variable in class net.walend.lyophil.collection.test.FreezerIteratorTest
 
TestString - interface net.walend.collection.test.TestString.
An object for testing Collections
testStringPost - Static variable in class net.walend.jdbc.test.SQLStatementStringTest
 
testStringPre - Static variable in class net.walend.jdbc.test.SQLStatementStringTest
 
testStrings() - Method in class net.walend.collection.test.AbstractIdentitorTest
 
testTearDownException() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
testTestError() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
testTestFails() - Method in class net.walend.toolkit.junit.test.TestSetupTest
 
testThrowOut() - Method in class net.walend.lyophil.test.FreezerTest
 
testThrowOut() - Method in class net.walend.lyophil.jdbc.test.JDBCStringTrayTest
 
testThrowOutAll() - Method in class net.walend.lyophil.test.FreezerTest
 
testThrowOutColorString() - Method in class net.walend.lyophil.test.FreezerTest
 
testToString(CEDigraph) - Method in class net.walend.digraph.test.CEDigraphTest
 
testToString(GEDigraph) - Method in class net.walend.digraph.test.GEDigraphTest
 
testToString(UEDigraph) - Method in class net.walend.digraph.test.UEDigraphTest
 
testUEDigraphAlgebraContainsUEDigraph() - Method in class net.walend.digraph.test.UEDigraphTest
 
testUEDigraphAlgebraIntersectUEDigraphs() - Method in class net.walend.digraph.test.UEDigraphTest
 
testUEDigraphAlgebraSameUEDigraphs() - Method in class net.walend.digraph.test.UEDigraphTest
 
testUEDigraphAlgebraUnionUEDigraphs() - Method in class net.walend.digraph.test.UEDigraphTest
 
TestUEDigraphFactory - class net.walend.digraph.test.TestUEDigraphFactory.
A factory for test digraphs.
TestUEDigraphFactory() - Constructor for class net.walend.digraph.test.TestUEDigraphFactory
 
testValueIterator(Map, Set) - Method in class net.walend.collection.test.AbstractMapTest
 
testValueIteratorRemove() - Method in class net.walend.collection.test.AbstractMutableMapTest
 
testValueIteratorRemove() - Method in class net.walend.collection.test.AbstractMapTest
 
thaw(Serializable) - Method in interface net.walend.lyophil.Caster
Thaw out a freezable.
thaw(Serializable) - Method in interface net.walend.lyophil.ConcreteTray
Gets a Freezable out of cold storage.
thaw(Serializable) - Method in interface net.walend.lyophil.Freezer
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.lyophil.memory.MemFreezer
Freeze and thaw methods in MemFreezer always return the same instance of the object.
thaw(Serializable) - Method in class net.walend.lyophil.memory.MemCaster
Does nothing
thaw(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
thaw(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
thaw(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
thaw(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
thaw(Serializable) - Method in class net.walend.lyophil.soft.SoftFreezer
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.lyophil.queuedwrite.test.SleepyQueuedWriteFreezer
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.lyophil.ejb.EJBFreezer
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
For the identifier, return a Freezable object containing the data.
thaw(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
thaw(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
thaw(Serializable) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
thawFreezable() - Method in interface net.walend.lyophil.Frozen
Gets a Freezable out of cold storage.
theSource - Static variable in class net.walend.jdbc.ConnectionSource
Singleton.
threshold - Variable in class net.walend.collection.AbstractHashMap
The table is rehashed when its size exceeds this threshold.
throwOut() - Method in interface net.walend.lyophil.Frozen
Remove a frozen instance from cold storage
throwOut(Serializable) - Method in interface net.walend.lyophil.Caster
Remove a freezable from the Caster's collection
throwOut(Serializable) - Method in interface net.walend.lyophil.ConcreteTray
Remove a frozen instance from cold storage
throwOut(Serializable) - Method in interface net.walend.lyophil.Freezer
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in class net.walend.lyophil.memory.MemFreezer
 
throwOut(Serializable) - Method in class net.walend.lyophil.memory.MemStorage
Remove this victem from all the Maps
throwOut(Serializable) - Method in class net.walend.lyophil.memory.MemCaster
Does nothing.
throwOut(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
throwOut(Serializable) - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
throwOut(Serializable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
throwOut(Serializable) - Method in class net.walend.lyophil.soft.SoftFreezer
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in class net.walend.lyophil.ejb.EJBFreezer
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Remote the Freezable identified by identifier from the persistent storage
throwOut(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
Remove a frozen instance from cold storage.
throwOut(Serializable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
Remove a frozen instance from cold storage.
throwOutAll() - Method in interface net.walend.lyophil.Freezer
Throw out everything in the Freezer.
throwOutAll() - Method in class net.walend.lyophil.memory.MemFreezer
 
throwOutAll() - Method in class net.walend.lyophil.jdbc.JDBCFreezer
 
throwOutAll() - Method in class net.walend.lyophil.soft.SoftFreezer
Throw out everything in the Freezer.
throwOutAll() - Method in class net.walend.lyophil.queuedwrite.QueuedWriteFreezer
Throw out everything in the Freezer.
throwOutAll() - Method in class net.walend.lyophil.ejb.EJBFreezer
Throw out everything in the Freezer.
throwOutAll() - Method in interface net.walend.lyophil.ejb.ejbbeans.FreezerEJB
Throw out everything in the Freezer.
throwOutAll() - Method in class net.walend.lyophil.ejb.ejbbeans.FreezerEJBBean
Throw out everything in the Freezer.
throwTest(HasNestedThrowable, String, String) - Method in class net.walend.lang.test.HasNestedThrowableTest
 
toNode - Variable in class net.walend.digraph.AbstractHashUEDigraph.NodePair
 
toNode - Variable in class net.walend.digraph.AbstractHashCEDigraph.NodePair
 
toNode - Variable in class net.walend.digraph.AbstractHashGEDigraph.NodePair
 
toNode() - Method in interface net.walend.digraph.EdgeNodeIterator
Returns the node that this edge reaches.
toNode() - Method in class net.walend.digraph.AbstractHashUEDigraph.HashEdgeIterator
Returns the node that this edge reaches.
toNode() - Method in class net.walend.digraph.AbstractHashCEDigraph.HashEdgeIterator
Returns the node that this edge reaches.
toNode() - Method in class net.walend.digraph.AbstractHashGEDigraph.HashEdgeIterator
Returns the node that this edge reaches.
tornDown - Variable in class net.walend.toolkit.junit.test.TestSetupTest.SomeTestSetup
 
toString() - Method in class net.walend.collection.AbstractArrayList
 
toString() - Method in class net.walend.collection.AbstractHashMap
 
toString() - Method in class net.walend.collection.AbstractHashMap.SimpleEntry
 
toString() - Method in class net.walend.collection.AbstractHashSet
 
toString() - Method in class net.walend.collection.SoftHashMap.SoftEntry
 
toString() - Method in interface net.walend.collection.test.TestString
 
toString() - Method in class net.walend.collection.test.TestBean
 
toString() - Method in class net.walend.collection.test.NullValueHashMap.NullEntry
 
toString() - Method in class net.walend.digraph.AbstractHashUEDigraph
 
toString() - Method in class net.walend.digraph.AbstractHashCEDigraph
 
toString() - Method in class net.walend.digraph.AbstractHashGEDigraph
 
toString() - Method in class net.walend.digraph.test.TestBean
 
toString() - Method in class net.walend.lyophil.collection.AbstractFreezerHashSet
 
toString() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
 
toString() - Method in class net.walend.lyophil.collection.DelegatingMutableSet
 
toString() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
 
toString() - Method in class net.walend.lyophil.memory.MemSet
 
toString() - Method in class net.walend.lyophil.test.stringbean.ColorStringBean
 
toString() - Method in class net.walend.lyophil.test.stringbean.StringBean
 
toString() - Method in class net.walend.lyophil.soft.SoftMemSet
 
toString() - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
TransientMultiValueIndex - class net.walend.lyophil.memory.TransientMultiValueIndex.
This class implements MultiValueIndex on top of Maps and Sets.
TransientMultiValueIndex() - Constructor for class net.walend.lyophil.memory.TransientMultiValueIndex
 
TransientMultiValueIndexTest - class net.walend.lyophil.memory.test.TransientMultiValueIndexTest.
Tests all methods in TransientMultiValueIndex.
TransientMultiValueIndexTest(String) - Constructor for class net.walend.lyophil.memory.test.TransientMultiValueIndexTest
 
TransientSingleValueIndex - class net.walend.lyophil.memory.TransientSingleValueIndex.
This class implements SingleValueIndex using a pair of Maps.
TransientSingleValueIndex() - Constructor for class net.walend.lyophil.memory.TransientSingleValueIndex
 
TransientSingleValueIndexTest - class net.walend.lyophil.memory.test.TransientSingleValueIndexTest.
Tests all methods in TransientSingleValueIndex.
TransientSingleValueIndexTest(String) - Constructor for class net.walend.lyophil.memory.test.TransientSingleValueIndexTest
 
tray - Variable in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSet
 
Tray - interface net.walend.lyophil.Tray.
An interface for stateless back-end storage peers.
TRAY - Static variable in interface net.walend.lyophil.Tray
 
trayClassesToTrays - Variable in class net.walend.lyophil.jdbc.JDBCCaster
 
typableKey - Variable in class net.walend.lyophil.test.stringbean.StringBean
 
TypableKeyDigger - interface net.walend.lyophil.TypableKeyDigger.
This optional interface returns classes by typable key.
TypableKeyDiggerTest - class net.walend.lyophil.test.TypableKeyDiggerTest.
Test all api of StringEJB.
TypableKeyDiggerTest(String) - Constructor for class net.walend.lyophil.test.TypableKeyDiggerTest
 
typableKeyIndex - Variable in class net.walend.lyophil.memory.MemStorage
 

U

UEDigraph - interface net.walend.digraph.UEDigraph.
UEDigraph is an interface for representing directed graphs of nodes linked by zero or one edge.
UEDigraphAlgebra - class net.walend.digraph.UEDigraphAlgebra.
Algebra for UEDigraph Operations.
UEDigraphAlgebra() - Constructor for class net.walend.digraph.UEDigraphAlgebra
 
UEDigraphTest - class net.walend.digraph.test.UEDigraphTest.
 
UEDigraphTest(String) - Constructor for class net.walend.digraph.test.UEDigraphTest
 
unionCEDigraph(CEDigraph) - Method in class net.walend.digraph.AbstractHashCEDigraph
Returns a new digraph that is the union of this with digraph.
unionCEDigraph(CEDigraph) - Method in interface net.walend.digraph.CEDigraph
Returns a new digraph that is the union of this with digraph.
unionCEDigraphs(CEDigraph, CEDigraph, MutableCEDigraph) - Static method in class net.walend.digraph.CEDigraphAlgebra
Returns a CEDigraph containing the intersection of dg1 and dg2.
unionGEDigraph(GEDigraph) - Method in interface net.walend.digraph.GEDigraph
Returns a new digraph that is the union of this with digraph.
unionGEDigraph(GEDigraph) - Method in class net.walend.digraph.AbstractHashGEDigraph
Returns a new digraph that is the union of this with digraph.
unionGEDigraphs(GEDigraph, GEDigraph, MutableGEDigraph) - Static method in class net.walend.digraph.GEDigraphAlgebra
Returns a GEDigraph containing the intersection of dg1 and dg2.
unionUEDigraph(UEDigraph) - Method in class net.walend.digraph.AbstractHashUEDigraph
Returns a new digraph that is the union of this with digraph.
unionUEDigraph(UEDigraph) - Method in interface net.walend.digraph.UEDigraph
Returns a new digraph that is the union of this with digraph.
unionUEDigraphs(UEDigraph, UEDigraph, MutableUEDigraph) - Static method in class net.walend.digraph.UEDigraphAlgebra
Returns a UEDigraph containing the intersection of dg1 and dg2.
uniqueString() - Static method in class net.walend.lyophil.test.stringbean.FreezableStringMother
 
updateOld(Freezable) - Method in interface net.walend.lyophil.Tray
Update an old Freezable in the database.
updateOld(Freezable) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
Update an old Freezable in the database.
updateOld(Freezable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
updateOld(Freezable) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
updateOld(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
updateOld(Freezable) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
useGetUpdateCount() - Static method in class net.walend.jdbc.SQLUtils
 
userName - Variable in class net.walend.jdbc.GenericDataSource
 

V

validate(Serializable, InvalidFrozenMap) - Method in interface net.walend.lyophil.Caster
Validates identifier.
validate(Serializable, InvalidFrozenMap) - Method in interface net.walend.lyophil.Tray
Validates identifier.
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.lyophil.memory.MemCaster
Validates identifier.
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
Validates identifier.
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCColorStringTray
 
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
validate(Serializable, InvalidFrozenMap) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
validateAll(InvalidFrozenMap) - Method in interface net.walend.lyophil.Caster
Validates all the identifiers in the Caster.
validateAll(InvalidFrozenMap) - Method in class net.walend.lyophil.memory.MemCaster
Validates all the identifiers in the Caster.
validateAll(InvalidFrozenMap) - Method in class net.walend.lyophil.jdbc.JDBCCaster
 
validateAll(InvalidFrozenMap, Caster) - Method in interface net.walend.lyophil.Tray
Validates all the identifiers in the Caster.
validateAll(InvalidFrozenMap, Caster) - Method in class net.walend.lyophil.jdbc.JDBCTypableKeyTray
 
validateAll(InvalidFrozenMap, Caster) - Method in class net.walend.lyophil.jdbc.test.stringbean.JDBCStringTray
 
validateAll(InvalidFrozenMap, Caster) - Method in class net.walend.collection.lyophil.jdbc.JDBCBackedMutableSetTray
 
validateAll(InvalidFrozenMap, Caster) - Method in class net.walend.collection.lyophil.jdbc.JDBCAoNMutableSetTray
 
validateAll(InvalidFrozenMap, Caster) - Method in class net.walend.collection.lyophil.jdbc.DependantMutableSetTray
 
value - Variable in class net.walend.collection.AbstractHashMap.SimpleEntry
 
value - Variable in class net.walend.collection.test.NullValueHashMap.NullEntry
 
valueEquals(Object, Object) - Method in class net.walend.collection.DefaultIdentitor
Delegate to the equals method.
valueEquals(Object, Object) - Method in interface net.walend.collection.Identitor
If ob1 and ob2 should be equal values in this Map, return true.
valueEquals(Object, Object) - Method in class net.walend.lyophil.collection.MapToFreezablesIdentitor
Delegate to the equals method.
valueEquals(Object, Object) - Method in class net.walend.lyophil.collection.FreezableIdentitor
If two Freezables have equal identifiers, this method returns true.
valueFreezableIterator() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns a FreezableIterator over the values so that you can work with both identifiers and Freezables.
valueFreezableIterator() - Method in interface net.walend.lyophil.collection.MapToFreezables
Returns a FreezableIterator over the values so that you can work with both identifiers and Freezables.
valueFreezableIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns a FreezableIterator over the values so that you can work with both identifiers and Freezables.
valueHolder - Variable in class net.walend.collection.SoftHashMap.SoftEntry
 
valueIterator() - Method in interface net.walend.collection.Map
Returns an iterator over the values.
valueIterator() - Method in class net.walend.collection.AbstractHashMap
Returns an iterator over the values.
valueIterator() - Method in class net.walend.collection.HashMap
 
valueIterator() - Method in class net.walend.collection.SoftHashMap
Returns an iterator over the values.
valueIterator() - Method in class net.walend.lyophil.collection.FreezerHashMap
 
valueIterator() - Method in class net.walend.lyophil.collection.HashMapToFreezables
 
valueIterator() - Method in class net.walend.lyophil.collection.AbstractHashMapToFreezables
Returns an iterator over the values.
valueIterator() - Method in class net.walend.lyophil.collection.AbstractFreezerHashMap
Returns an iterator over the values.
verifyEmptyConstructor(HasNestedThrowable) - Method in class net.walend.lang.test.HasNestedThrowableTest
 
verifyExceptionConstructor(HasNestedThrowable, Throwable) - Method in class net.walend.lang.test.HasNestedThrowableTest
 
verifyMessageAndExceptionConstructor(HasNestedThrowable, Throwable) - Method in class net.walend.lang.test.HasNestedThrowableTest
 
verifyMessageConstructor(HasNestedThrowable) - Method in class net.walend.lang.test.HasNestedThrowableTest
 

W

whichParametersMissing() - Method in class net.walend.jdbc.SQLStatementString
 
wrapped - Variable in class net.walend.digraph.AbstractHashUEDigraph.IteratorWrapper
 
wrapped - Variable in class net.walend.digraph.AbstractHashCEDigraph.IteratorWrapper
 
wrapped - Variable in class net.walend.digraph.AbstractHashGEDigraph.IteratorWrapper
 
writeObject(ObjectOutputStream) - Method in class net.walend.collection.AbstractHashMap
Save the state of the AbstractHashMap instance to a stream (i.e., serialize it).
writeObject(ObjectOutputStream) - Method in class net.walend.collection.AbstractHashSet
Save the state of this AbstractHashSet instance to a stream (that is, serialize this set).

Z

zombie - Variable in class net.walend.lyophil.ZombieFreezableException
 
zombie - Variable in class net.walend.lyophil.ZombieIdentifierException
 
ZombieFreezableException - exception net.walend.lyophil.ZombieFreezableException.
Algorithms and business logic throw this exception when the Freezer does not contain a given Freezable, but the calling code expects it to.
ZombieFreezableException(Freezable) - Constructor for class net.walend.lyophil.ZombieFreezableException
Only use this constructor for Serialization.
ZombieFreezableException(Freezable, String) - Constructor for class net.walend.lyophil.ZombieFreezableException
 
ZombieFreezableException(Freezable, String, Throwable) - Constructor for class net.walend.lyophil.ZombieFreezableException
 
ZombieFreezableException(Freezable, Throwable) - Constructor for class net.walend.lyophil.ZombieFreezableException
 
ZombieFreezableExceptionTest - class net.walend.lyophil.test.ZombieFreezableExceptionTest.
Test all api of ZombieFreezableException.
ZombieFreezableExceptionTest(String) - Constructor for class net.walend.lyophil.test.ZombieFreezableExceptionTest
 
ZombieIdentifierException - exception net.walend.lyophil.ZombieIdentifierException.
Algorithms and business logic throw this exception when the Freezer does not contain a given Identifier, but the calling code expects it to.
ZombieIdentifierException(Serializable) - Constructor for class net.walend.lyophil.ZombieIdentifierException
Only use this constructor for Serialization.
ZombieIdentifierException(Serializable, String) - Constructor for class net.walend.lyophil.ZombieIdentifierException
 
ZombieIdentifierException(Serializable, String, Throwable) - Constructor for class net.walend.lyophil.ZombieIdentifierException
 
ZombieIdentifierException(Serializable, Throwable) - Constructor for class net.walend.lyophil.ZombieIdentifierException
 
ZombieIdentifierExceptionTest - class net.walend.lyophil.test.ZombieIdentifierExceptionTest.
Test all api of ZombieIdentifierException.
ZombieIdentifierExceptionTest(String) - Constructor for class net.walend.lyophil.test.ZombieIdentifierExceptionTest
 

A B C D E F G H I J K L M N O P Q R S T U V W Z

Copyright (c) 2000, 2001, David Walend