Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

riso.general: Javadoc index of package riso.general.


Package Samples:

riso.general

Classes:

TopDownSplayTree: An implementation of top-down splaying D. Sleator http://www.cs.cmu.edu/afs/cs.cmu.edu/user/sleator/www/home.html March 1992 [Java translation of splay(), insert(), and delete() by Robert Dodier, July 1998; max() and min() added by Robert Dodier. Permission to redistribute under GPL given by Danny Sleator to Robert Dodier. Following comments are from the original C code.] "Splay trees", or "self-adjusting search trees" are a simple and efficient data structure for storing an ordered set. The data structure consists of a binary tree, without parent pointers, and no additional fields. It allows searching, ...
MainFrame: Run an Applet as an application. This class was written by Jef Poskanzer, and it is redistributed as part of the RISO project under the terms stated in the comments of the source file. Using this class you can add a trivial main program to any Applet and run it directly, as well as from a browser or the appletviewer. And unlike some versions of this concept, MainFrame implements both images and sound. Sample main program: public static void main( String[] args ) { new Acme.MainFrame( new ThisApplet(), args, 400, 400 ); } The only methods you need to know about are the constructors. You can specify ...
Semaphore: An instance of this class represents a counting semaphore. The file Semaphore.java was written by Stephen Hartley; see http://www.mcs.drexel.edu/~shartley/ConcProgJava/ . This file is released under the terms of the GNU GPL by permission of Stephen Hartley: Date: Sun, 27 Jan 2002 07:47:54 -0500 (EST) From: "Stephen J. Hartley" To: "Robert Dodier" Subject: Re: Permission to redistribute concurrent software? Robert, Yes, you have my permission. Please include a header comment on the files as to their origin. I am glad that my software was able to help you. I'd like to see the program sometime. Can ...
ShellSort: This class contains a static method to sort a list of objects using Shell's algorithm. This code is a translation of a C program, shl.txt , by Thomas Niemann, available at http://epaperpress.com/sortsearch . This program is distributed with RISO under the terms of the GPL by permission of Thomas Niemann. In response to my question: > Do I have your permission to redistribute the shell > sort code (which I've translated into Java) under > the GPL? Thomas Niemann wrote: From: "Thomas Niemann" To: "Robert Dodier" Subject: Re: Permission to redistribute shell sort code? Date: Tue, 1 Jan 2002 13:19:24 ...
BorderPanel: A panel that adds a border around the contents. This class was written by Jef Poskanzer, and it is redistributed as part of the RISO project under the terms stated in the comments of the source file. Sample usage: BorderPanel p = new BorderPanel( BorderPanel.IN ); Fetch the software. Fetch the entire Acme package.
SmarterTokenizer: Set up a tokenizer the way we like it. In particular, ignore comments beginning with " % "; do not parse numbers (use Double.parseDouble or Integer.parseInt for that); make the special chars +-./#$?@[\]_: word characters; and use " for quoted strings.
WouldBlockException: An instance of this class represents the exception thrown when a non-blocking semaphore would block. This file was written by Stephen Hartley, and is released under the GNU GPL by his permission. See Semaphore.java for details.
Comparator
MatchClassPattern
ObjectCache
SeqTriple
IntComparator
MultipleBuffer
SimpleBuffer
RemoteApp
RemoteAppSecurityManager

Home | Contact Us | Privacy Policy | Terms of Service