Class UnmodifiableUnionSet.SetSizeOrdering

  • Enclosing class:
    UnmodifiableUnionSet<E>

    private class UnmodifiableUnionSet.SetSizeOrdering
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.Set<E> bigger  
      (package private) int biggerSize  
      (package private) java.util.Set<E> smaller  
      (package private) int smallerSize  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetSizeOrdering​(java.util.Set<E> bigger, java.util.Set<E> smaller, int biggerSize, int smallerSize)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • bigger

        final java.util.Set<E> bigger
      • smaller

        final java.util.Set<E> smaller
      • biggerSize

        final int biggerSize
      • smallerSize

        final int smallerSize
    • Constructor Detail

      • SetSizeOrdering

        SetSizeOrdering​(java.util.Set<E> bigger,
                        java.util.Set<E> smaller,
                        int biggerSize,
                        int smallerSize)