Package org.openrefine.preference
Class TopList
- java.lang.Object
-
- org.openrefine.preference.TopList
-
- All Implemented Interfaces:
Iterable<String>
,PreferenceValue
public class TopList extends Object implements Iterable<String>, PreferenceValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String element)
List<String>
getList()
Iterator<String>
iterator()
void
remove(String element)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface org.openrefine.preference.PreferenceValue
getClassName
-
-