Ads

 Home » Ralph Chapin

Sort by:
Displaying (1 - 8) of 8  1 
ConcreteSet
ConcreteSet is a basic java.util.Set implementation, very much like java.util.HashSet. Duplicate entries are ignored. Adds, removes, the “contains” method, and data extraction are extremely efficient. The ordering of elements within the set is random and not under the user's control. Unlike ...
Version: 1.0.1
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 31/10/2011
Updates: 31/10/2011
153 Hits
2561 Views
Details
Visit

DLList
DLList provides linked lists that can be quickly traversed, split into separate lists, and merged into one, keeping the old internal links rather than allocating new ones as java.util.LinkedList would have to do. It is designed for speed, and can replace LinkedList and provide better ...
Version: 1.0.2
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 11/09/2011
Updates: 11/09/2011
145 Hits
2590 Views
Details
Visit

Observer3D
Observer3D moves the view over terrain in Java 3D 1.5.2 based on mouse movements. It is designed for use with open ground (as opposed to deep space, air, underwater, caverns, and other indoor spaces). It was written originally for a fast-paced game, and so had ...
Version: 1.0.0
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 05/09/2011
Updates: 05/09/2011
150 Hits
2652 Views
Details
Visit

DoubleClickDetector
A specialized mouse listener that detects and acts on double-clicks. Simply add it as a MouseListener to any component and add code to do the double-click work. It will react to a double click count even when the second click is not on the exact ...
Version: 1.0.0
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 07/09/2011
Updates: 07/09/2011
147 Hits
2660 Views
Details
Visit

SocketConnection
Manages a Java Socket connection. Written originally for a network game where both client and server programs were massively multi-threaded. Given an active Socket, the program keeps writes from multiple threads organized and makes read data available on a dedicated thread. Thoroughly Javadoc'ed. Code deals with ...
Version: 1.0.0
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 11/09/2011
Updates: 11/09/2011
137 Hits
2532 Views
Details
Visit

MovePath
MovePath tracks movement as a series of line segments in three dimensions. It creates and edits the path, and will give the location and facing of an object traveling the path at any requested time. It is intended for serious multi-threaded use, allowing parallel updates ...
Version:
Platform(s):
Price: Free
Developer: Ralph Chapin
Added: 05/09/2011
Updates: 05/09/2011
128 Hits
2628 Views
Details
Visit

SortedList
Provides fast random and sequential access to vast sorted lists. Creates and maintains them with unmatched ease, speed and flexability. Simultaneously provides the benefits of a binary tree and a linked list. You can find an entry with a keyed, binary-style search, then move sequentially in ...
Version: 1.0.0
Platform(s):
Price: $39.99
Developer: Ralph Chapin
Added: 22/08/2011
Updates: 22/08/2011
144 Hits
1367 Views
Details
Visit

ListStack
ListStack is the simplest, fastest java.util.List implementation there is, with several helpful utility methods (sort, reverse, and compare). Its point is to use its single-link simplicity to out-perform other Java collections and maps. It should be used where time matters, there is a lot of ...
Version: 1.0.0
Platform(s):
Price: $
Developer: Ralph Chapin
Added: 01/08/2011
Updates: 01/08/2011
131 Hits
1306 Views
Details
Visit

Displaying (1 - 8) of 8  1