Package net.sf.okapi.lib.xliff2.glossary
Class Glossary
- java.lang.Object
-
- net.sf.okapi.lib.xliff2.core.BaseList<GlossEntry>
-
- net.sf.okapi.lib.xliff2.glossary.Glossary
-
- All Implemented Interfaces:
Iterable<GlossEntry>
public class Glossary extends BaseList<GlossEntry>
Represents the <glossary> element of the Glossary 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
-
-