Uses of Class
com.tangosol.util.StringTable
Packages that use StringTable
-
Uses of StringTable in com.tangosol.util
Methods in com.tangosol.util with parameters of type StringTableModifier and TypeMethodDescriptionboolean
StringTable.addAll
(StringTable that) Adds all of the nodes in the specified StringTable to this StringTable if they are not already present.boolean
StringTable.keysEquals
(StringTable that) Test for equality of the keys in two string tables.void
StringTable.putAll
(StringTable that) Puts all of the nodes in the specified StringTable to this StringTable including the ones that are already present.boolean
StringTable.removeAll
(StringTable that) Removes from this StringTable all of its nodes that are contained in the specified StringTable.boolean
StringTable.retainAll
(StringTable that) Retains only the nodes in this StringTable that are contained in the specified StringTable.