Package net.sf.okapi.lib.xliff2.matches
Class Matches
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.core.BaseList<Match>
-
- net.sf.okapi.lib.xliff2.matches.Matches
-
public class Matches extends BaseList<Match>
Represents the <matches> element of the Translation Candidates module.
-
-
Method Summary
-
Methods inherited from class net.sf.okapi.lib.xliff2.core.BaseList
add, clear, get, isEmpty, iterator, remove, remove, set, size
-
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
-
-