JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.organicdesign.fp.collections
Interface Sized
All Known Subinterfaces:
ImList
<E>,
ImMap
<K,V>,
ImMapTrans
<K,V>,
ImSet
<E>,
ImSortedMap
<K,V>,
ImSortedSet
<E>,
ImUnsortedMap
<K,V>,
ImUnsortedSet
<E>,
MutableList
<E>,
MutableUnsortedMap
<K,V>,
MutableUnsortedSet
<E>,
UnmodCollection
<E>,
UnmodList
<E>,
UnmodMap
<K,V>,
UnmodSet
<E>,
UnmodSortedCollection
<E>,
UnmodSortedMap
<K,V>,
UnmodSortedSet
<E>
All Known Implementing Classes:
FunctionUtils.UnmodifiableCollection
,
FunctionUtils.UnmodifiableList
,
FunctionUtils.UnmodifiableMap
,
FunctionUtils.UnmodifiableSet
,
FunctionUtils.UnmodifiableSortedMap
,
FunctionUtils.UnmodifiableSortedSet
,
PersistentHashMap
,
PersistentHashMap.MutableHashMap
,
PersistentHashSet
,
PersistentHashSet.MutableHashSet
,
PersistentTreeMap
,
PersistentTreeSet
,
PersistentVector
,
PersistentVector.MutableVector
,
RangeOfInt
,
UnmodList.AbstractUnmodList
,
UnmodMap.AbstractUnmodMap
,
UnmodSet.AbstractUnmodSet
public interface
Sized
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
size
()
Returns the number of items in this iterable.
Method Detail
size
int size()
Returns the number of items in this iterable.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.