JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.opendaylight.lispflowmapping.interfaces.dao
Interface IRowVisitor
public interface
IRowVisitor
Class to iterate through objects.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
visitRow
(
Object
keyId,
String
valueKey,
Object
value)
Method Details
visitRow
void
visitRow
(
Object
keyId,
String
valueKey,
Object
value)