KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > BitSet > Top Examples

  • org.codehaus.groovy.antlr.parser.GroovyRecognizer
    JSR-241 Groovy Recognizer Run 'java Main [-showtree] directory-full-of-groovy-files' [The -showtree option pops up a Swing frame that shows the AST constructed from the parser.] Contributing authors: John Mitchell johnm@non.net Terence Parr parrt@magelang.com John Lilley ...
  • org.apache.commons.httpclient.URI
    The interface for the URI(Uniform Resource Identifiers) version of RFC 2396. This class has the purpose of supportting of parsing a URI reference to extend any specific protocols, the character encoding of the protocol to be transported and the charset of the document. <p> A URI is always in ...
  • org.apache.ojb.odmg.oql.OQLParser
  • org.codehaus.groovy.antlr.parser.GroovyLexer
  • HTTPClient.URI
    This class represents a generic URI, as defined in RFC-2396. This is similar to java.net.URL, with the following enhancements: <UL> <LI>it doesn't require a URLStreamhandler to exist for the scheme; this allows this class to be used to hold any URI, construct absolute URIs from relativ ...
  • org.apache.ojb.odmg.oql.OQLLexer
  • org.apache.ojb.jdori.sql.OjbStoreManager
    StoreManager represents the datastore to the rest of the JDO components. It provides the means to write and read instances, to get the extent of classes, and to get the object id for a persistence capable object. @author Thomas Mahler the logger used for debugging @see com.sun.jdori.StoreManage ...
  • org.apache.oro.text.awk.AwkPattern
    An implementation of the Pattern interface for Awk regular expressions. This class is compatible with the AwkCompiler and AwkMatcher classes. When an AwkCompiler instance compiles a regular expression pattern, it produces an AwkPattern instance containing internal data structures used by AwkMatch ...
  • org.apache.commons.httpclient.HeaderElement
    <p>One element of an HTTP header's value.</p> <p> Some HTTP headers (such as the set-cookie header) have values that can be decomposed into multiple elements. Such headers must be in the following form: </p> <pre> header = [ element ] *( "," [ element ] ) element = ...
  • com.thoughtworks.xstream.converters.collections.BitSetConverter
    Converts a java.util.BitSet to XML, as a compact comma delimited list of ones and zeros. @author Joe Walnes
  • HTTPClient.Codecs
    This class collects various encoders and decoders. @version 0.3-2 18/06/1999 @author Ronald Tschalär
  • org.apache.commons.codec.net.QuotedPrintableCodec
    <p> Codec for the Quoted-Printable section of <a HREF="http://www.ietf.org/rfc/rfc1521.txt">RFC 1521 </a>. </p> <p> The Quoted-Printable encoding is intended to represent data that largely consists of octets that correspond to printable characters in the ASCII charact ...
  • org.enhydra.zeus.binding.ContainerPropertyTest
    <p> This is a test case for the <code>{@link ContainerProperty}</code> class. </p><p> Even though <code>ContainerProperty</code> implements both <code>{@link Property}</code> and <code>{@link Container}</code>, <code>Container ...
  • org.apache.lucene.search.Filter
    Abstract base class providing a mechanism to restrict searches to a subset
  • org.apache.oro.text.awk.NegativeCharacterClassNode
Popular Tags