Java org.apache.mahout.cf.taste.impl.common FastIDSet fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.cf.taste.impl.common FastIDSet fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.cf.taste.impl.common FastIDSet.

The text is from its open source code.

Constructor

FastIDSet()
Creates a new FastIDSet with default capacity.
FastIDSet(long[] initialKeys)
FastIDSet(int size)

Method

booleanadd(long key)
booleanaddAll(long[] c)
booleanaddAll(FastIDSet c)
voidclear()
booleancontains(long key)
intintersectionSize(FastIDSet other)
Convenience method to quickly compute just the size of the intersection with another FastIDSet .
booleanisEmpty()
LongPrimitiveIteratoriterator()
voidrehash()
booleanremove(long key)
booleanremoveAll(long[] c)
booleanremoveAll(FastIDSet c)
intsize()
long[]toArray()