Package | Description |
---|---|
com.nwawsoft.util.datastructures | |
com.nwawsoft.util.natives |
Class and Description |
---|
Graph.GraphNode
Defines
GraphNode objects as they are used in the Graph class. |
IntList
Works like
List but ignores objects except Integer objects and List objects that are not
purely made out of Integer s. |
List
List data structure.
|
Tree
Tree data structure which can contain infinitely many other Trees.
|
Class and Description |
---|
StringList
Works like List but ignores objects except Strings and List objects that are not purely made out of Strings.
|