com.mchange.util
Interface IntEnumeration

All Superinterfaces:
Enumeration, IOEnumeration, MEnumeration
All Known Implementing Classes:
IntEnumerationHelperBase

public interface IntEnumeration
extends MEnumeration


Field Summary
 
Fields inherited from interface com.mchange.util.MEnumeration
EMPTY
 
Method Summary
 boolean hasMoreInts()
           
 int nextInt()
           
 
Methods inherited from interface com.mchange.util.MEnumeration
hasMoreElements, nextElement
 

Method Detail

hasMoreInts

boolean hasMoreInts()

nextInt

int nextInt()