ucar.unidata.util
Class Tokenizer.EmptyToken

java.lang.Object
  extended by ucar.unidata.util.ByteString
      extended by ucar.unidata.util.ByteString.Empty
          extended by ucar.unidata.util.Tokenizer.EmptyToken
All Implemented Interfaces:
Serializable, Comparable, Tokenizer.Token
Enclosing interface:
Tokenizer

public static class Tokenizer.EmptyToken
extends ByteString.Empty
implements Tokenizer.Token

Class EmptyToken

Author:
Unidata
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ucar.unidata.util.ByteString
ByteString.Concrete, ByteString.Empty, ByteString.SubString, ByteString.TrSubString
 
Field Summary
 
Fields inherited from class ucar.unidata.util.ByteString
nada
 
Method Summary
 String toString()
          _more_
 
Methods inherited from class ucar.unidata.util.ByteString.Empty
byteAt, copyBytes, getLength, toArray
 
Methods inherited from class ucar.unidata.util.ByteString
ByteToChar8859_1, charAt, CharToByte8859_1, compare, compare, compareTo, compareTo, compareTo, concat, concat, equals, equalS, format, hashCode, length, main, subByteString, substring, substring
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface ucar.unidata.util.Tokenizer.Token
byteAt, getLength, toArray
 

Method Detail

toString

public String toString()
_more_

Overrides:
toString in class ByteString
Returns:
_more_