org.crosswire.jsword.book
Class BookData.BookVerseContent
java.lang.Object
java.util.AbstractMap<K,V>
java.util.TreeMap<Verse,List<org.jdom2.Content>>
org.crosswire.jsword.book.BookData.BookVerseContent
- All Implemented Interfaces:
- Serializable, Cloneable, Map<Verse,List<org.jdom2.Content>>, NavigableMap<Verse,List<org.jdom2.Content>>, SortedMap<Verse,List<org.jdom2.Content>>
- Enclosing class:
- BookData
class BookData.BookVerseContent
- extends TreeMap<Verse,List<org.jdom2.Content>>
A temporary holder for a map that links each verse ID to its set of OSIS elements.
Used purely to avoid having too many generic/array notations entangled in the code
Methods inherited from class java.util.TreeMap |
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
serialVersionUID
private static final long serialVersionUID
- Serialization ID
- See Also:
- Constant Field Values
BookData.BookVerseContent
BookData.BookVerseContent()