Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.bible.book.ser
Class SerBible.CustomArrayEnumeration  view SerBible.CustomArrayEnumeration download SerBible.CustomArrayEnumeration.java

java.lang.Object
  extended bycom.eireneh.util.ArrayEnumeration
      extended bycom.eireneh.bible.book.ser.SerBible.CustomArrayEnumeration
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
SerBible

static class SerBible.CustomArrayEnumeration
extends com.eireneh.util.ArrayEnumeration

This customization just clips of the .ser from the array members


Field Summary
 
Fields inherited from class com.eireneh.util.ArrayEnumeration
array, end, pos
 
Constructor Summary
(package private) SerBible.CustomArrayEnumeration(java.lang.Object[] array)
          This is the only of the ArrayEnumeration ctors that we need
 
Method Summary
 java.lang.Object nextElement()
          Get the next item from the database
 
Methods inherited from class com.eireneh.util.ArrayEnumeration
hasMoreElements
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerBible.CustomArrayEnumeration

SerBible.CustomArrayEnumeration(java.lang.Object[] array)
This is the only of the ArrayEnumeration ctors that we need

Method Detail

nextElement

public java.lang.Object nextElement()
Get the next item from the database