Package org.springframework.cglib.beans
Class FixedKeySet
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet
org.springframework.cglib.beans.FixedKeySet
- All Implemented Interfaces:
- Iterable,- Collection,- Set
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.AbstractSetequals, hashCode, removeAllMethods inherited from class java.util.AbstractCollectionadd, addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArray
- 
Constructor Details- 
FixedKeySet
 
- 
- 
Method Details- 
iterator- Specified by:
- iteratorin interface- Collection
- Specified by:
- iteratorin interface- Iterable
- Specified by:
- iteratorin interface- Set
- Specified by:
- iteratorin class- AbstractCollection
 
- 
sizepublic int size()- Specified by:
- sizein interface- Collection
- Specified by:
- sizein interface- Set
- Specified by:
- sizein class- AbstractCollection
 
 
-