org.gridgain.grid.typedef
Class PKV<K,V>
java.lang.Object
org.gridgain.grid.lang.GridMetadataAwareAdapter
org.gridgain.grid.lang.GridLambdaAdapter
org.gridgain.grid.lang.GridPredicate2<K,V>
org.gridgain.grid.typedef.PKV<K,V>
- All Implemented Interfaces:
- Serializable, Cloneable, GridMetadataAware, GridPeerDeployAware, GridLambda
public abstract class PKV<K,V>
- extends GridPredicate2<K,V>
Defines alias for GridPredicate2<K, V> by extending
GridPredicate. Since Java doesn't provide type aliases (like Scala, for example) we resort
to these types of measures. This is intended to provide for more concise code without sacrificing
readability. For more information see GridPredicate.
- See Also:
GridPredicate2,
GridFunc,
Serialized Form
-

|
Constructor Summary |
PKV()
|
| Methods inherited from class org.gridgain.grid.lang.GridMetadataAwareAdapter |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, clone, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, readExternalMeta, removeMeta, removeMeta, replaceMeta, writeExternalMeta |
| Methods inherited from interface org.gridgain.grid.GridMetadataAware |
addMeta, addMetaIfAbsent, addMetaIfAbsent, allMeta, copyMeta, copyMeta, hasMeta, hasMeta, meta, putMetaIfAbsent, putMetaIfAbsent, removeMeta, removeMeta, replaceMeta |
PKV
public PKV()