public static final class SourceExtraction.Imports extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
all |
com.google.common.collect.ImmutableMap<String,String> |
classes |
| Modifier and Type | Method and Description |
|---|---|
static SourceExtraction.Imports |
empty() |
boolean |
isEmpty() |
static SourceExtraction.Imports |
of(Set<String> all,
Map<String,String> classes) |
String |
toString() |
public final com.google.common.collect.ImmutableSet<String> all
public static SourceExtraction.Imports empty()
public boolean isEmpty()
public String toString()
Copyright © 2019 The Immutables.org authors. All rights reserved.