This is class Leaf. Also known as Node.I made a little mistake, and called it Leaf, which supposed to be a childless node.nevermind, it's just words...
|
This is class Tree of 2-dimensional orthogonal range searching.it holds all the functions for handling 2d range trees.Note: to constracte a tree, you must provide a sorted array by X cooradinate.btw, this class also includes mergeSort ...
|
This is a sample Main class that shows how to use 2-dimensional orthogonal range trees.it also includes some file handling functions.
|
This is a 2D object to use in 2-dimensional orthogonal range searching.with some fixing you can change the other classes to work with other 2D objects.
|
This is a layout manager that gives you most of the power GridBagLayout (in fact it is an instance of GridBagLayout) without any of the complexity associated with the GridBagLayout. Indeed - it is about as easy to use as the GridLayout.The ...
|
Provide functionality similar to GNU getopt -- long and short options, required and optional arguments, abbreviations of long options -- as well as automatically generated usage help. It uses the java reflection mechanism to determine ...
|
This class allows the access to ALL class methods and attributes using the reflection API. Although naturally not good OO practice, it is very handy for testing code which doesnt offer enough accessors to validate internal state.the class ...
|
This sniipet of method tells u how to get a new Date with the specified number of days added to the existing Date
|
This is an Iterator class for an Agilesoft API Collection.
|
Iterator class for an Agilesoft API Query.
|
|
|