Java.Util.Collections Members

The members of Java.Util.Collections are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
AddAll(ICollection, params Java.Lang.Object[]) : bool
Documentation for this section has not yet been entered.
static
AsLifoQueue(IDeque) : IQueue
Documentation for this section has not yet been entered.
static
BinarySearch(IList, Java.Lang.Object) : int
Documentation for this section has not yet been entered.
static
BinarySearch(IList, Java.Lang.Object, IComparator) : int
Documentation for this section has not yet been entered.
static
CheckedCollection(ICollection, Java.Lang.Class) : ICollection
Documentation for this section has not yet been entered.
static
CheckedList(IList, Java.Lang.Class) : IList
Documentation for this section has not yet been entered.
static
CheckedMap(IDictionary, Java.Lang.Class, Java.Lang.Class) : IDictionary
Documentation for this section has not yet been entered.
static
CheckedSet(ICollection, Java.Lang.Class) : ICollection
Documentation for this section has not yet been entered.
static
CheckedSortedMap(IDictionary, Java.Lang.Class, Java.Lang.Class) : IDictionary
Documentation for this section has not yet been entered.
static
CheckedSortedSet(ISortedSet, Java.Lang.Class) : ISortedSet
Documentation for this section has not yet been entered.
static
Copy(IList, IList)
Documentation for this section has not yet been entered.
static
Disjoint(ICollection<object>, ICollection<object>) : bool
Documentation for this section has not yet been entered.
static
EmptyEnumeration() : IEnumeration
Returns an enumeration containing no elements.
static
EmptyIterator() : IIterator
Returns an iterator containing no elements.
static
EmptyList() : IList
Returns a type-safe empty, immutable Java.Util.IList.
static
EmptyListIterator() : IListIterator
Returns a list iterator containing no elements.
static
EmptyMap() : IDictionary
Returns a type-safe empty, immutable Java.Util.IMap.
static
EmptySet() : ICollection
Returns a type-safe empty, immutable Java.Util.ISet.
static
Enumeration(ICollection) : IEnumeration
Documentation for this section has not yet been entered.
static
Fill(IList, Java.Lang.Object)
Documentation for this section has not yet been entered.
static
Frequency(ICollection<object>, Java.Lang.Object) : int
Documentation for this section has not yet been entered.
static
IndexOfSubList(IList<object>, IList<object>) : int
Documentation for this section has not yet been entered.
static
LastIndexOfSubList(IList<object>, IList<object>) : int
Documentation for this section has not yet been entered.
static
List(IEnumeration) : IList
Documentation for this section has not yet been entered.
static
Max(ICollection) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
Max(ICollection, IComparator) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
Min(ICollection) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
Min(ICollection, IComparator) : Java.Lang.Object
Documentation for this section has not yet been entered.
static
NCopies(int, Java.Lang.Object) : IList
Documentation for this section has not yet been entered.
static
NewSetFromMap(IDictionary) : ICollection
Documentation for this section has not yet been entered.
static
ReplaceAll(IList, Java.Lang.Object, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
static
Reverse(IList<object>)
Documentation for this section has not yet been entered.
static
ReverseOrder() : IComparator
A comparator which reverses the natural order of the elements.
static
ReverseOrder(IComparator) : IComparator
Documentation for this section has not yet been entered.
static
Rotate(IList<object>, int)
Documentation for this section has not yet been entered.
static
Shuffle(IList<object>)
Documentation for this section has not yet been entered.
static
Shuffle(IList<object>, Random)
Documentation for this section has not yet been entered.
static
Singleton(Java.Lang.Object) : ICollection
Documentation for this section has not yet been entered.
static
SingletonList(Java.Lang.Object) : IList
Documentation for this section has not yet been entered.
static
SingletonMap(Java.Lang.Object, Java.Lang.Object) : IDictionary
Documentation for this section has not yet been entered.
static
Sort(IList)
Documentation for this section has not yet been entered.
static
Sort(IList, IComparator)
Documentation for this section has not yet been entered.
static
Swap(IList<object>, int, int)
Documentation for this section has not yet been entered.
static
SynchronizedCollection(ICollection) : ICollection
Documentation for this section has not yet been entered.
static
SynchronizedList(IList) : IList
Documentation for this section has not yet been entered.
static
SynchronizedMap(IDictionary) : IDictionary
Documentation for this section has not yet been entered.
static
SynchronizedSet(ICollection) : ICollection
Documentation for this section has not yet been entered.
static
SynchronizedSortedMap(IDictionary) : IDictionary
Documentation for this section has not yet been entered.
static
SynchronizedSortedSet(ISortedSet) : ISortedSet
Documentation for this section has not yet been entered.
static
UnmodifiableCollection(ICollection) : ICollection
Documentation for this section has not yet been entered.
static
UnmodifiableList(IList) : IList
Documentation for this section has not yet been entered.
static
UnmodifiableMap(IDictionary) : IDictionary
Documentation for this section has not yet been entered.
static
UnmodifiableSet(ICollection) : ICollection
Documentation for this section has not yet been entered.
static
UnmodifiableSortedMap(IDictionary) : IDictionary
Documentation for this section has not yet been entered.
static
UnmodifiableSortedSet(ISortedSet) : ISortedSet
Documentation for this section has not yet been entered.