Uses of Package
org.eclipse.collections.api.block.comparator.primitive

Packages that use org.eclipse.collections.api.block.comparator.primitive 
Package Description
org.eclipse.collections.api.list.primitive
This package contains mutable and immutable primitive list API.
org.eclipse.collections.impl.list.mutable.primitive
This package contains implementations of the mutable primitive list interfaces.
org.eclipse.collections.impl.utility.primitive  
  • Classes in org.eclipse.collections.api.block.comparator.primitive used by org.eclipse.collections.api.list.primitive 
    Class Description
    ByteComparator
    ByteComparator is a primitive Comparator that takes two arguments of type byte and otherwise follows the contract of java.util.Comparator.
    CharComparator
    CharComparator is a primitive Comparator that takes two arguments of type char and otherwise follows the contract of java.util.Comparator.
    DoubleComparator
    DoubleComparator is a primitive Comparator that takes two arguments of type double and otherwise follows the contract of java.util.Comparator.
    FloatComparator
    FloatComparator is a primitive Comparator that takes two arguments of type float and otherwise follows the contract of java.util.Comparator.
    IntComparator
    IntComparator is a primitive Comparator that takes two arguments of type int and otherwise follows the contract of java.util.Comparator.
    LongComparator
    LongComparator is a primitive Comparator that takes two arguments of type long and otherwise follows the contract of java.util.Comparator.
    ShortComparator
    ShortComparator is a primitive Comparator that takes two arguments of type short and otherwise follows the contract of java.util.Comparator.
  • Classes in org.eclipse.collections.api.block.comparator.primitive used by org.eclipse.collections.impl.list.mutable.primitive 
    Class Description
    ByteComparator
    ByteComparator is a primitive Comparator that takes two arguments of type byte and otherwise follows the contract of java.util.Comparator.
    CharComparator
    CharComparator is a primitive Comparator that takes two arguments of type char and otherwise follows the contract of java.util.Comparator.
    DoubleComparator
    DoubleComparator is a primitive Comparator that takes two arguments of type double and otherwise follows the contract of java.util.Comparator.
    FloatComparator
    FloatComparator is a primitive Comparator that takes two arguments of type float and otherwise follows the contract of java.util.Comparator.
    IntComparator
    IntComparator is a primitive Comparator that takes two arguments of type int and otherwise follows the contract of java.util.Comparator.
    LongComparator
    LongComparator is a primitive Comparator that takes two arguments of type long and otherwise follows the contract of java.util.Comparator.
    ShortComparator
    ShortComparator is a primitive Comparator that takes two arguments of type short and otherwise follows the contract of java.util.Comparator.
  • Classes in org.eclipse.collections.api.block.comparator.primitive used by org.eclipse.collections.impl.utility.primitive 
    Class Description
    BooleanComparator
    BooleanComparator is a primitive Comparator that takes two arguments of type boolean and otherwise follows the contract of java.util.Comparator.
    ByteComparator
    ByteComparator is a primitive Comparator that takes two arguments of type byte and otherwise follows the contract of java.util.Comparator.
    CharComparator
    CharComparator is a primitive Comparator that takes two arguments of type char and otherwise follows the contract of java.util.Comparator.
    DoubleComparator
    DoubleComparator is a primitive Comparator that takes two arguments of type double and otherwise follows the contract of java.util.Comparator.
    FloatComparator
    FloatComparator is a primitive Comparator that takes two arguments of type float and otherwise follows the contract of java.util.Comparator.
    IntComparator
    IntComparator is a primitive Comparator that takes two arguments of type int and otherwise follows the contract of java.util.Comparator.
    LongComparator
    LongComparator is a primitive Comparator that takes two arguments of type long and otherwise follows the contract of java.util.Comparator.
    ShortComparator
    ShortComparator is a primitive Comparator that takes two arguments of type short and otherwise follows the contract of java.util.Comparator.