JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.sysds.runtime.ooc.cache.collections
Interface IndexedObjectPredicate<T>
public interface
IndexedObjectPredicate<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
test
(int idx,
T
value)
Method Details
test
boolean
test
(int idx,
T
value)