Package com.google.javascript.jscomp
Class ReferenceCollection
- java.lang.Object
-
- com.google.javascript.jscomp.ReferenceCollection
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Iterable<Reference>
public final class ReferenceCollection extends java.lang.Object implements java.lang.Iterable<Reference>, java.io.Serializable
A collection of references. Can be subclassed to apply checks or store additional state when adding.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Reference>
iterator()
java.lang.String
toString()
-