Uses of Class
com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Package
Description
Contains classes providing basic XML related functionality.
-
Uses of SimpleElement.AttributeMap.Entry in com.tangosol.run.xml
Modifier and TypeMethodDescriptionprotected SimpleElement.AttributeMap.Entry
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.Modifier and TypeMethodDescriptionprotected void
SimpleElement.AttributeMap.Entry.setNextEntry
(SimpleElement.AttributeMap.Entry entry) Set the next entry in the linked list.