Example usage for java.util Hashtable subclass-usage

List of usage examples for java.util Hashtable subclass-usage

Introduction

In this page you can find the example usage for java.util Hashtable subclass-usage.

Usage

From source file de.berlios.statcvs.xml.output.ReportSettings.java

/**
 * @author Steffen Pingel
 */
public class ReportSettings extends Hashtable {

    public static final String PRIVATE_SETTING_PREFIX = "_";

From source file com.xpn.xwiki.XWikiContext.java

public class XWikiContext extends Hashtable<Object, Object> {
    public static final int MODE_SERVLET = 0;

    public static final int MODE_PORTLET = 1;

    public static final int MODE_XMLRPC = 2;

From source file org.apache.velocity.util.ExtProperties.java

/**
 * This class extends normal Java properties by adding the possibility
 * to use the same key many times concatenating the value strings
 * instead of overwriting them.
 * <p>
 * <b>Please consider using the <code>PropertiesConfiguration</code> class in

From source file org.apache.flex.forks.velocity.runtime.configuration.Configuration.java

/**
 * This class extends normal Java properties by adding the possibility
 * to use the same key many times concatenating the value strings
 * instead of overwriting them.
 *
 * <p>The Extended Properties syntax is explained here:

From source file SoundApplet.java

class AppletSoundList extends java.util.Hashtable {
    JApplet applet;

    URL baseURL;

    public AppletSoundList(JApplet applet, URL baseURL) {

From source file SoundExample.java

class SoundList extends java.util.Hashtable {
    Applet applet;

    URL baseURL;

    public SoundList(Applet applet, URL baseURL) {

From source file org.apache.torque.util.Criteria.java

/**
 * This is a utility class that is used for retrieving different types
 * of values from a hashtable based on a simple name string.  This
 * class is meant to minimize the amount of casting that needs to be
 * done when working with Hashtables.
 *

From source file com.jcraft.weirdx.res.XResource.java

class ClientResource extends Hashtable {
    int fakeID;
    int endFakeID;
    int expectID;
    Key key = new Key();
}