weblogic.wsee.security.wssc.utils
Class WSSCCompatibilityUtil.OrderingIterator<E>
java.lang.Object
weblogic.wsee.security.wssc.utils.WSSCCompatibilityUtil.OrderingIterator<E>
All Implemented Interfaces: Iterator <E>
Enclosing class: WSSCCompatibilityUtil
public static class WSSCCompatibilityUtil.OrderingIterator<E> extends Object implements Iterator <E>
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
WSSCCompatibilityUtil.OrderingIterator
public WSSCCompatibilityUtil.OrderingIterator (List <E > ordering)
toArray
public Object [] toArray ()
toArray
public <T> T[] toArray (T[] a)
size
public int size ()
resetFirst
public void resetFirst (E first)
hasNext
public boolean hasNext ()
Specified by: hasNext
in interface Iterator <E >
next
public E next ()
Specified by: next
in interface Iterator <E >
remove
public void remove ()
Specified by: remove
in interface Iterator <E >
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
All Classes
All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD