NON-LICENSE
The Sloop data-browser source code is hereby released into the Public
Domain. The original author, David Megginson, Megginson Technologies
Ltd., and Acclar Open Ltd. provide no warranty:...
If you think the Android project sloop listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Java Source Code
/**
* Implementation of the Sloop data model interfaces.
* //www.java2s.com
* This package contains concrete implementations of the Sloop data interfaces,
* {@link com.megginson.sloop.model.DataCollection}, {@link com.megginson.sloop.model.DataRecord}, and
* {@link com.megginson.sloop.model.DataEntry}, along with a loader
* {@link com.megginson.sloop.model.impl.DataCollectionIO}.
*
* These classes provide highly-optimized, read-only implementations of the interfaces they avoid object
* creation whenever possible, and use relatively little memory.
*
* @author David Megginson
*/package com.megginson.sloop.model.impl;