JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.openrewrite
Interface Changeset
public interface
Changeset
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
default
List
<
Result
>
getAllResults
()
List
<
Result
>
getPage
(int start, int count)
int
size
()
Method Details
size
int
size
()
getPage
List
<
Result
>
getPage
(int start, int count)
getAllResults
default
List
<
Result
>
getAllResults
()