Class TopList

java.lang.Object
com.google.refine.preference.TopList
All Implemented Interfaces:
PreferenceValue, Iterable<String>

public class TopList extends Object implements Iterable<String>, PreferenceValue
  • Field Details

    • _top

      protected int _top
    • _list

      protected List<String> _list
  • Constructor Details

    • TopList

      public TopList(int top)
    • TopList

      public TopList(int top, List<String> list)
  • Method Details