Package org.mp4parser.tools
Class RangeStartMap<K extends Comparable,V>
java.lang.Object
org.mp4parser.tools.RangeStartMap<K,V>
- All Implemented Interfaces:
Map<K,V>
Created by sannies on 10.09.2014.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
RangeStartMap
public RangeStartMap() -
RangeStartMap
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceMap<K extends Comparable,V>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap<K extends Comparable,V>
-
containsKey
- Specified by:
containsKeyin interfaceMap<K extends Comparable,V>
-
containsValue
- Specified by:
containsValuein interfaceMap<K extends Comparable,V>
-
get
- Specified by:
getin interfaceMap<K extends Comparable,V>
-
put
- Specified by:
putin interfaceMap<K extends Comparable,V>
-
remove
- Specified by:
removein interfaceMap<K extends Comparable,V>
-
putAll
- Specified by:
putAllin interfaceMap<K extends Comparable,V>
-
clear
public void clear()- Specified by:
clearin interfaceMap<K extends Comparable,V>
-
keySet
- Specified by:
keySetin interfaceMap<K extends Comparable,V>
-
values
- Specified by:
valuesin interfaceMap<K extends Comparable,V>
-
entrySet
- Specified by:
entrySetin interfaceMap<K extends Comparable,V>
-