org.apache.tools.ant.util

Class CollectionUtils.EmptyEnumeration

Enclosing Class:
CollectionUtils
Implemented Interfaces:
Enumeration

public static final class CollectionUtils.EmptyEnumeration
extends java.lang.Object
implements Enumeration

Since:
Ant 1.6

Constructor Summary

EmptyEnumeration()

Method Summary

boolean
hasMoreElements()
Object
nextElement()

Constructor Details

EmptyEnumeration

public EmptyEnumeration()

Method Details

hasMoreElements

public boolean hasMoreElements()

nextElement

public Object nextElement()
            throws NoSuchElementException

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.