Skip navigation links 
 
oracle.jdevimpl.audit.util
Class SortedCollections
java.lang.Object
  
oracle.jdevimpl.audit.util.SortedCollections
- 
public class SortedCollections
 
- extends java.lang.Object
 
 
  
 
  
 
| Method Summary | 
static
 | 
comparisonIterator(java.util.Collection<T> left, java.util.Collection<T> right) 
            | 
static
 | 
comparisonIterator(java.util.Collection<T0> left, java.util.Collection<T1> right, java.util.Comparator comparator) 
          Creates an iterator over the element by element comparison betweeen two sorted collections of possibly different, but somehow comparable, element types. | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
SortedCollections
public SortedCollections()
comparisonIterator
public static <T0,T1> SortedCollections.ComparisonIterator<T0,T1> comparisonIterator(java.util.Collection<T0> left,
                                                                                     java.util.Collection<T1> right,
                                                                                     java.util.Comparator comparator)
- Creates an iterator over the element by element comparison betweeen two sorted collections of possibly different, but somehow comparable, element types.
 
comparisonIterator
public static <T extends java.lang.Comparable<T>> SortedCollections.ComparisonIterator<T,T> comparisonIterator(java.util.Collection<T> left,
                                                                                                               java.util.Collection<T> right)
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.