类分层结构
- java.lang.Object
- com.bestvike.collections.generic.Array<T> (implements java.lang.Cloneable, com.bestvike.collections.generic.IArray<T>)
- com.bestvike.collections.generic.Comparer<T> (implements java.util.Comparator<T>)
- com.bestvike.collections.generic.EqualityComparer<T> (implements com.bestvike.collections.generic.IEqualityComparer<T>)
- com.bestvike.collections.generic.StringComparer (implements java.util.Comparator<T>, com.bestvike.collections.generic.IEqualityComparer<T>)
接口分层结构
- com.bestvike.collections.generic.IEqualityComparer<T>
- java.lang.Iterable<T>
- com.bestvike.linq.IEnumerable<TSource>
- com.bestvike.collections.generic.ICollection<T>
- com.bestvike.collections.generic.IList<T>
- com.bestvike.collections.generic.IArrayList<T> (并 extends java.util.RandomAccess)
- com.bestvike.collections.generic.IArray<T>
- java.util.RandomAccess
- com.bestvike.collections.generic.IArrayList<T> (并 extends com.bestvike.collections.generic.IList<T>)
- com.bestvike.collections.generic.IArray<T>
Copyright © 2019. All Rights Reserved.