Class AttributeStreamOfInt32.IntComparator

    • Constructor Summary

      Constructors 
      Constructor Description
      IntComparator()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int compare​(int v1, int v2)  
      • Methods inherited from class java.lang.Object

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

      • IntComparator

        public IntComparator()
    • Method Detail

      • compare

        public abstract int compare​(int v1,
                                    int v2)