Example usage for java.io Externalizable interface-usage

List of usage examples for java.io Externalizable interface-usage

Introduction

In this page you can find the example usage for java.io Externalizable interface-usage.

Usage

From source file StringMap.java

/** Map like class of Strings to Objects.
 * This String Map has been optimized for mapping small sets of
 * Strings where the most frequently accessed Strings have been put to
 * the map first.
 *
 * It also has the benefit that it can look up entries by substring or

From source file com.github.naoghuman.cm.model.category.CategoryModel.java

/**
 *
 * @author PRo
 */
@Entity
@Access(AccessType.PROPERTY)

From source file org.t2framework.commons.util.ArrayMap.java

/**
 * Array map.
 * 
 * @author shot
 * 
 * @param <K>

From source file hivemall.fm.FFMPredictionModel.java

public final class FFMPredictionModel implements Externalizable {
    private static final Log LOG = LogFactory.getLog(FFMPredictionModel.class);

    private static final byte HALF_FLOAT_ENTRY = 1;
    private static final byte W_ONLY_HALF_FLOAT_ENTRY = 2;
    private static final byte FLOAT_ENTRY = 3;

From source file org.openqa.jetty.http.HashUserRealm.java

/** HashMapped User Realm.
 *
 * An implementation of UserRealm that stores users and roles in-memory in
 * HashMaps.
 * <P>
 * Typically these maps are populated by calling the load() method or passing

From source file org.nuxeo.ecm.platform.ui.web.component.list.StampState.java

/**
 * This class saves the state of stamp components.
 * <p>
 * This is an adaptation of the Trinidad component to make it deal correctly with any kind of component.
 *
 * @author <a href="mailto:at@nuxeo.com">Anahide Tchertchian</a>

From source file com.github.naoghuman.abclist.model.LinkMapping.java

/**
 * 
 * @author Naoghuman
 */
@Entity
@Access(AccessType.PROPERTY)

From source file org.openqa.jetty.http.PathMap.java

/** URI path map to Object.
 * This mapping implements the path specification recommended
 * in the 2.2 Servlet API.
 *
 * Path specifications can be of the following forms:<PRE>
 * /foo/bar           - an exact path specification.

From source file org.drools.core.io.impl.UrlResource.java

/**
 * Borrowed gratuitously from Spring under ASL2.0.
 *
 * Added in local file cache ability for http and https urls.
 *
 * Set the system property: "drools.resource.urlcache" to a directory which can be written to and read from

From source file de.pro.dbw.file.tipofthenight.api.TipOfTheNightModel.java

/**
 * TODO parameter tag: long (id, vergleich im comperator)
 * 
 * @author PRo
 */
@Entity