Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

weblogic.wsee.security.wssc.utils
Class WSSCCompatibilityUtil.OrderingIterator<E>

java.lang.Object
  extended by 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>


Constructor Summary
WSSCCompatibilityUtil.OrderingIterator(List<E> ordering)
           
 
Method Summary
 boolean hasNext()
           
 E next()
           
 void remove()
           
 void resetFirst(E first)
           
 int size()
           
 Object[] toArray()
           
<T> T[]
toArray(T[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSCCompatibilityUtil.OrderingIterator

public WSSCCompatibilityUtil.OrderingIterator(List<E> ordering)
Method Detail

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 API Reference
11g Release 1 (10.3.4)

Part Number E13941-04