|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| CollectionWrapper (Collection collection) | |
| Initializes a new instance. | |
| void | Add (T item) |
| void | Clear () |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Public Member Functions inherited from java.lang.IterableWrapper< T > | |
| IterableWrapper (Iterable iterable) | |
| Initializes a new instance. | |
| IEnumerator< T > | GetEnumerator () |
| Returns an enumerator that wraps the given iterable. | |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
Definition at line 9 of file CollectionWrapper.cs.
| java.util.CollectionWrapper< T >.CollectionWrapper | ( | Collection | collection | ) |
Initializes a new instance.
| collection |
| ArgumentNullException |
Definition at line 19 of file CollectionWrapper.cs.
| void java.util.CollectionWrapper< T >.Add | ( | T | item | ) |
| void java.util.CollectionWrapper< T >.Clear | ( | ) |
| bool java.util.CollectionWrapper< T >.Contains | ( | T | item | ) |
| void java.util.CollectionWrapper< T >.CopyTo | ( | T[] | array, |
| int | arrayIndex ) |
Definition at line 40 of file CollectionWrapper.cs.
| bool java.util.CollectionWrapper< T >.Remove | ( | T | item | ) |
|
get |
Definition at line 25 of file CollectionWrapper.cs.
|
get |
Definition at line 28 of file CollectionWrapper.cs.