K - key typeV - value typepublic class MetaCue<K,V> extends HashMap<String,Object> implements IMetaCue
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MetaCue()
CuePoint constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object arg0) |
String |
getName()
Gets the name
|
double |
getTime()
Gets the time
|
String |
getType()
Gets the type
|
void |
setName(String name)
Sets the name
|
void |
setTime(double d)
Sets the time
|
void |
setType(String type)
Sets the type type can be "event" or "navigation"
|
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCodepublic void setName(String name)
public String getName()
public void setType(String type)
public String getType()
public void setTime(double d)
public double getTime()
public int compareTo(Object arg0)
compareTo in interface Comparable<Object>public String toString()
toString in class AbstractMap<String,Object>Copyright © 2005–2017 Red5. All rights reserved.