public interface

SerList

implements List<E>
com.pnfsoftware.jeb.util.serialization.objects.SerList<E>
Known Indirect Subclasses

Class Overview

Implementations of this interface must be serializable. It is recommended third-party (non-PNF) do not implement or extend this interface.

Summary

[Expand]
Inherited Methods
From interface java.lang.Iterable
From interface java.util.Collection
From interface java.util.List