Package palmed.io

Examples of palmed.io.IRecord.restore()


        {
            final int index = elements_.indexOf( cachable );
            if( index == -1 )
                throw new NoSuchElementException();
            final IRecord record = (IRecord)records_.elementAt( index );
            record.restore();
        }
        awake_.addElement( cachable );
        sleep();
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.