You're here: Snippet Directory » Java (241)
Language:

Snippet Directory - Java 

Snippets

2-dimensional orthogonal range searching

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...

Language: English | Programming Language: Java | Author: menny [not registered]

2-dimensional orthogonal range searching - Tree.

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 ...

Language: English | Programming Language: Java | Author: menny [not registered]

2-dimensional orthogonal range searching-main

This is a sample Main class that shows how to use 2-dimensional orthogonal range trees.it also includes some file handling functions.

Language: English | Programming Language: Java | Author: menny [not registered]

2-dimensional orthogonal range searching-Point

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.

Language: English | Programming Language: Java | Author: menny [not registered]

A powerful and flexible layout manager for java

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 ...

Language: English | Programming Language: Java | Author: skanga [not registered]

AbstractOptions

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 ...

Language: English | Programming Language: Java | Author: qpliu [not registered]

Access non-public Methods & Attributes

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 ...

Language: English | Programming Language: Java | Author: furykid [not registered]

Adding days to a Date

This sniipet of method tells u how to get a new Date with the specified number of days added to the existing Date

Language: English | Programming Language: Java | Author: getprabhu [not registered]

Agilesoft Collection Iterator

This is an Iterator class for an Agilesoft API Collection.

Language: English | Programming Language: Java | Author: ashleym [not registered]

Agilesoft Query Iterator

Iterator class for an Agilesoft API Query.

Language: English | Programming Language: Java | Author: ashleym [not registered]
RSS