![JAR search and dependency download from the Maven repository](/logo.png)
com.ociweb.pronghorn.util.SelectionKeyHashMappableImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pronghorn Show documentation
Show all versions of Pronghorn Show documentation
Primary dependency for any project using the Pronghorn framework
The newest version!
package com.ociweb.pronghorn.util;
import com.ociweb.pronghorn.network.SelectionKeyHashMappable;
public class SelectionKeyHashMappableImpl implements SelectionKeyHashMappable {
private int skPos = -1;
@Override
public void skPosition(int position) {
skPos=position;
}
@Override
public int skPosition() {
return skPos;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy