Interface Grouper.Entry<T>

All Known Implementing Classes:
ReusableEntry
Enclosing interface:
Grouper<KeyType>

public static interface Grouper.Entry<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getKey

      T getKey()
    • getValues

      Object[] getValues()