All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alachisoft.ncache.client.internal.command.EnumerationDataChunk Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.alachisoft.ncache.client.internal.command;

/**
 * @author Administrator
 */
public class EnumerationDataChunk {
//    private ArrayList _data;
//
//    private EnumerationPointer _pointer;
//
//    public ArrayList getData() {
//        return _data;
//    }
//
//    public void setData(ArrayList _data) {
//        this._data = _data;
//    }
//
//    public EnumerationPointer getPointer() {
//        return _pointer;
//    }
//
//    public void setPointer(EnumerationPointer _pointer) {
//        this._pointer = _pointer;
//    }
//
//    public boolean isLastChunk()
//    {
//        return _pointer.hasFinished();
//    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy