calypso.util
Class ByteToCharConverterEnumeration

java.lang.Object
  |
  +--calypso.util.PrefetchEnumeration
        |
        +--calypso.util.ByteToCharConverterEnumeration

public class ByteToCharConverterEnumeration
extends PrefetchEnumeration


Fields inherited from class calypso.util.PrefetchEnumeration
fFetch, initialized
 
Constructor Summary
ByteToCharConverterEnumeration()
           
 
Method Summary
protected  java.lang.Object fetch()
           
protected  boolean verify(java.lang.Object obj)
           
 
Methods inherited from class calypso.util.PrefetchEnumeration
hasMoreElements, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteToCharConverterEnumeration

public ByteToCharConverterEnumeration()
Method Detail

verify

protected boolean verify(java.lang.Object obj)

fetch

protected java.lang.Object fetch()
Overrides:
fetch in class PrefetchEnumeration