|
IKVM11
11
Java SE 11 Virtual Machine for .NET
|
Public Member Functions | |
| ListWrapper (List list) | |
| Initializes a new instance. | |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | RemoveAt (int index) |
Public Member Functions inherited from java.util.CollectionWrapper< T > | |
| 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 | |
| T | this[int index] [get, set] |
Properties inherited from java.util.CollectionWrapper< T > | |
| int | Count [get] |
| bool | IsReadOnly [get] |
Definition at line 7 of file ListWrapper.cs.
| java.util.ListWrapper< T >.ListWrapper | ( | List | list | ) |
Initializes a new instance.
| list |
| ArgumentNullException |
Definition at line 17 of file ListWrapper.cs.
| int java.util.ListWrapper< T >.IndexOf | ( | T | item | ) |
| void java.util.ListWrapper< T >.Insert | ( | int | index, |
| T | item ) |
| void java.util.ListWrapper< T >.RemoveAt | ( | int | index | ) |
|
getset |
Definition at line 24 of file ListWrapper.cs.