Du bist hier: Snippet-Verzeichnis » Java (241)
Sprache:

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

Sprache: English | Programmiersprache: Java | Autor: menny [nicht registriert]

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

Sprache: English | Programmiersprache: Java | Autor: menny [nicht registriert]

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.

Sprache: English | Programmiersprache: Java | Autor: menny [nicht registriert]

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.

Sprache: English | Programmiersprache: Java | Autor: menny [nicht registriert]

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

Sprache: English | Programmiersprache: Java | Autor: skanga [nicht registriert]

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

Sprache: English | Programmiersprache: Java | Autor: qpliu [nicht registriert]

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

Sprache: English | Programmiersprache: Java | Autor: furykid [nicht registriert]

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

Sprache: English | Programmiersprache: Java | Autor: getprabhu [nicht registriert]

Agilesoft Collection Iterator

This is an Iterator class for an Agilesoft API Collection.

Sprache: English | Programmiersprache: Java | Autor: ashleym [nicht registriert]

Agilesoft Query Iterator

Iterator class for an Agilesoft API Query.

Sprache: English | Programmiersprache: Java | Autor: ashleym [nicht registriert]
RSS