Klasse Groupify.Group<U>

java.lang.Object
org.deidentifier.arx.common.Groupify.Group<U>
Typparameter:
U -
Umschließende Klasse:
Groupify<T>

public static class Groupify.Group<U> extends Object
Entry
  • Methodendetails

    • getCount

      public int getCount()
      The count
    • getElement

      public U getElement()
      The element
    • hasNext

      public boolean hasNext()
      Returns whether a next entry exists
      Gibt zurück:
    • incCount

      public void incCount(int count)
      Increments the count
      Parameter:
      count -
    • next

      public Groupify.Group<U> next()
      Returns the next entry, null if this is the last entry
      Gibt zurück: