JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
org.evrete.api
Interface MapEntry<K,V>
public interface
MapEntry<K,V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
K
getKey
()
V
getValue
()
Method Details
getKey
K
getKey
()
getValue
V
getValue
()