Uses of Class
com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
-
Packages that use SimpleElement.AttributeMap.Entry Package Description com.tangosol.run.xml Contains classes providing basic XML related functionality. -
-
Uses of SimpleElement.AttributeMap.Entry in com.tangosol.run.xml
Methods in com.tangosol.run.xml that return SimpleElement.AttributeMap.Entry Modifier and Type Method Description protected SimpleElement.AttributeMap.Entry
SimpleElement.AttributeMap. findEntry(Object oKey)
Find an entry with the specified key.protected SimpleElement.AttributeMap.Entry
SimpleElement.AttributeMap. getFirstEntry()
Return the first entry in the list..protected SimpleElement.AttributeMap.Entry
SimpleElement.AttributeMap.Entry. getNextEntry()
Get the next entry in the linked listprotected SimpleElement.AttributeMap.Entry
SimpleElement.AttributeMap. instantiateEntry(Object oKey, Object oVal)
Instantiate an Entry instance.Methods in com.tangosol.run.xml with parameters of type SimpleElement.AttributeMap.Entry Modifier and Type Method Description protected void
SimpleElement.AttributeMap.Entry. setNextEntry(SimpleElement.AttributeMap.Entry entry)
Set the next entry in the linked list.
-