public static class AbstractKeyArrayIndexProcedure.ResultBitBuffer extends Object implements Externalizable
boolean[]
back from a
remote procedure call.Constructor and Description |
---|
AbstractKeyArrayIndexProcedure.ResultBitBuffer()
De-serialization ctor.
|
AbstractKeyArrayIndexProcedure.ResultBitBuffer(int n,
boolean[] a,
int onCount) |
Modifier and Type | Method and Description |
---|---|
int |
getOnCount()
Return the #of bits which are "on" (aka true).
|
boolean[] |
getResult() |
int |
getResultCount() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public AbstractKeyArrayIndexProcedure.ResultBitBuffer()
public AbstractKeyArrayIndexProcedure.ResultBitBuffer(int n, boolean[] a, int onCount)
n
- #of values in a containing data.a
- The data.onCount
- The #of bits which were on in the array.public int getResultCount()
public boolean[] getResult()
public int getOnCount()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.