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

Example usage for Java org.apache.mahout.cf.taste.impl.common RefreshHelper 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 RefreshHelper.

The text is from its open source code.

Constructor

Method

CollectionbuildRefreshed(Collection currentAlreadyRefreshed)
Creates a new and empty Collection if the method parameter is null .
voidmaybeRefresh(Collection alreadyRefreshed, Refreshable refreshable)
Adds the specified Refreshable to the given collection of Refreshable s if it is not already there and immediately refreshes it.