Uses of Class
com.tangosol.run.xml.SimpleElement.AttributeMap.Entry
Packages that use SimpleElement.AttributeMap.Entry
Package
Description
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.EntryModifier and TypeMethodDescriptionprotected SimpleElement.AttributeMap.EntryFind an entry with the specified key.protected SimpleElement.AttributeMap.EntrySimpleElement.AttributeMap.getFirstEntry()Return the first entry in the list..protected SimpleElement.AttributeMap.EntrySimpleElement.AttributeMap.Entry.getNextEntry()Get the next entry in the linked listprotected SimpleElement.AttributeMap.EntrySimpleElement.AttributeMap.instantiateEntry(Object oKey, Object oVal) Instantiate an Entry instance.Methods in com.tangosol.run.xml with parameters of type SimpleElement.AttributeMap.EntryModifier and TypeMethodDescriptionprotected voidSimpleElement.AttributeMap.Entry.setNextEntry(SimpleElement.AttributeMap.Entry entry) Set the next entry in the linked list.