Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

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

Deprecated.

public static class WSSCCompatibilityUtil.OrderingIterator<E>
extends Object
implements Iterator<E>


Constructor Summary
WSSCCompatibilityUtil.OrderingIterator(List<E> ordering)
          Deprecated.  
 
Method Summary
 boolean hasNext()
          Deprecated.  
 E next()
          Deprecated.  
 void remove()
          Deprecated.  
 void resetFirst(E first)
          Deprecated.  
 int size()
          Deprecated.  
 Object[] toArray()
          Deprecated.  
<T> T[]
toArray(T[] a)
          Deprecated.  
 
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)
Deprecated. 
Method Detail

toArray

public Object[] toArray()
Deprecated. 

toArray

public <T> T[] toArray(T[] a)
Deprecated. 

size

public int size()
Deprecated. 

resetFirst

public void resetFirst(E first)
Deprecated. 

hasNext

public boolean hasNext()
Deprecated. 
Specified by:
hasNext in interface Iterator<E>

next

public E next()
Deprecated. 
Specified by:
next in interface Iterator<E>

remove

public void remove()
Deprecated. 
Specified by:
remove in interface Iterator<E>

Copyright 1996, 2014, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02