Example usage for java.lang CharSequence interface-usage

List of usage examples for java.lang CharSequence interface-usage

Introduction

In this page you can find the example usage for java.lang CharSequence interface-usage.

Usage

From source file de.mpg.mpdl.inge.cone.util.LocalizedString.java

/**
 * A string with a language.
 * 
 * @author franke (initial creation)
 * @author $Author$ (last modification)
 * @version $Revision$ $LastChangedDate$

From source file de.mpg.escidoc.services.cone.util.LocalizedString.java

/**
 * A string with a language.
 * 
 * @author franke (initial creation)
 * @author $Author$ (last modification)
 * @version $Revision$ $LastChangedDate$

From source file CharSequenceDemo.java

public class CharSequenceDemo implements CharSequence {
    private String s;

    public CharSequenceDemo(String s) {
        //It would be much more efficient to just reverse the string
        //in the constructor. But a lot less fun!

From source file org.xwiki.logging.Message.java

/**
 * A translatable message.
 *
 * @version $Id: ce487c2b425ba10dd236b57e4e9febb76c7ffc1f $
 * @since 7.1M2
 */

From source file org.archive.url.UsableURI.java

/**
 * Usable URI.
 * 
 * This class wraps {@link org.apache.commons.httpclient.URI} adding caching
 * and methods. It cannot be instantiated directly.  Go via UURIFactory.
 * 

From source file com.hipu.bdb.util.UURI.java

/**
 * Usable URI.
 * 
 * This class wraps {@link org.apache.commons.httpclient.URI} adding caching
 * and methods. It cannot be instantiated directly.  Go via UURIFactory.
 * 

From source file com.cyberway.issue.net.UURI.java

/**
 * Usable URI.
 * 
 * This class wraps {@link org.apache.commons.httpclient.URI} adding caching
 * and methods. It cannot be instantiated directly.  Go via UURIFactory.
 * 

From source file bin.spider.frame.uri.UURI.java

/**
 * Usable URI.
 * 
 * This class wraps {@link bin.httpclient3.uri.httpclient.URI} adding caching
 * and methods. It cannot be instantiated directly.  Go via UURIFactory.
 * 

From source file org.semanticweb.owlapi6.model.IRI.java

/**
 * Represents International Resource Identifiers.
 *
 * @author Matthew Horridge, The University of Manchester, Information Management Group
 * @since 3.0.0
 */

From source file org.apache.flink.types.StringValue.java

/**
 * Mutable string data type that implements the Key interface.
 * StringValue encapsulates the basic functionality of a {@link String}, in a serializable and mutable way.
 * <p>
 * The mutability allows to reuse the object inside the user code, also across invocations. Reusing a StringValue object
 * helps to increase the performance, as string objects are rather heavy-weight objects and incur a lot of garbage