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
SEARCH:
Package
com_github_leetcode
Interface BinaryMatrix
All Known Implementing Classes:
BinaryMatrixImpl
public interface
BinaryMatrix
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Integer
>
dimensions
()
int
get
(int x, int y)
Method Details
get
int
get
(int x, int y)
dimensions
List
<
Integer
>
dimensions
()