Interface ItemComparator


public interface ItemComparator
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    compare(Item item1, Item item2, Object info)
     
  • Method Details