public static final class ReferenceCollectingCallback.ReferenceCollection extends Object implements Iterable<ReferenceCollectingCallback.Reference>
Constructor and Description |
---|
ReferenceCollection() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isWellDefined()
Determines if the variable for this reference collection is
"well-defined." A variable is well-defined if we can prove at
compile-time that it's assigned a value before it's used.
|
Iterator<ReferenceCollectingCallback.Reference> |
iterator() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public Iterator<ReferenceCollectingCallback.Reference> iterator()
iterator
in interface Iterable<ReferenceCollectingCallback.Reference>
protected boolean isWellDefined()
Copyright © 2009-2017 Google. All Rights Reserved.