org.erights.e.elib.tables
Interface ArrayedList

All Known Implementing Classes:
AtomicTwine, ConstListImpl, FlexListImpl

interface ArrayedList

Collections implement this to reveal their internal array to their trusted fellow package members.

Author:
Mark S. Miller

Method Summary
 Object getSecretArray()
           
 

Method Detail

getSecretArray

public Object getSecretArray()


comments?