structs.Collection
An interface for a collection of values.

Inheritance

Constructor

goog.structs.Collection()

Instance Methods

Public Protected Private
add(value)
No description.
Arguments:
value : T
Value to add to the collection.
code »
contains(value) boolean
No description.
Arguments:
value : T
Value to find in the collection.
Returns: boolean  Whether the collection contains the specified value.
code »
getCount() number
No description.
Returns: number  The number of values stored in the collection.
code »
remove(value)
No description.
Arguments:
value : T
Value to remove from the collection.
code »

Package structs

Package Reference