Package org.eclipse.collections.impl
Class SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy<T>
java.lang.Object
org.eclipse.collections.impl.SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy<T>
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
- SynchronizedRichIterable<T>
public static class SynchronizedRichIterable.SynchronizedRichIterableSerializationProxy<T> extends Object implements Externalizable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SynchronizedRichIterableSerializationProxy()SynchronizedRichIterableSerializationProxy(RichIterable<T> iterable) -
Method Summary
Modifier and Type Method Description voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
Constructor Details
-
SynchronizedRichIterableSerializationProxy
public SynchronizedRichIterableSerializationProxy() -
SynchronizedRichIterableSerializationProxy
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-