public final class Lints extends Object implements Options, Iterable<Lint<? extends Serializable>>
| Constructor and Description |
|---|
Lints(Collection<Lint<? extends Serializable>> lints) |
| Modifier and Type | Method and Description |
|---|---|
List<Lint<?>> |
getCatalogLints()
Get all lints for the catalog, sorted in natural sorting order.
|
List<Lint<? extends Serializable>> |
getLints()
Get all lints, sorted in natural sorting order.
|
List<Lint<?>> |
getLints(Table table)
Get all lints for a given table, sorted in natural sorting order.
|
boolean |
isEmpty()
Whether there are any lints in the report.
|
Iterator<Lint<? extends Serializable>> |
iterator() |
int |
size()
Number of lints in the report.
|
Stream<Lint<? extends Serializable>> |
stream()
Stream of lints in the report.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Lints(Collection<Lint<? extends Serializable>> lints)
public List<Lint<?>> getCatalogLints()
public List<Lint<? extends Serializable>> getLints()
public List<Lint<?>> getLints(Table table)
public boolean isEmpty()
public Iterator<Lint<? extends Serializable>> iterator()
iterator in interface Iterable<Lint<? extends Serializable>>public int size()
public Stream<Lint<? extends Serializable>> stream()
Copyright © 2000-2025 Sualeh Fatehi. Allrights reserved.