Determines whether this sequence contains the given instance. Due to the reference-equality-based semantics of Ion sequences, this method does not use Object#equals as specified by the contract of java.util.Collection. Instead it uses reference equality (== operator) t
(Object o)
| 261 | * @throws ClassCastException if {@code o} is not an {@link IonValue}. |
| 262 | */ |
| 263 | public boolean contains(Object o); |
| 264 | |
| 265 | |
| 266 | /** |
no outgoing calls