| Modifier and Type | Class and Description |
|---|---|
static class |
ImageLayers.Builder<T extends Layer> |
| Modifier and Type | Method and Description |
|---|---|
static <U extends Layer> |
builder() |
T |
get(DescriptorDigest digest) |
T |
get(int index) |
com.google.common.collect.ImmutableList<T> |
getLayers()
Returns a read-only view of the image layers.
|
boolean |
has(DescriptorDigest digest) |
boolean |
isEmpty() |
Iterator<T> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static <U extends Layer> ImageLayers.Builder<U> builder()
public com.google.common.collect.ImmutableList<T> getLayers()
public int size()
public boolean isEmpty()
public T get(int index)
@Nullable public T get(DescriptorDigest digest) throws LayerPropertyNotFoundException
null if not foundLayerPropertyNotFoundExceptionpublic boolean has(DescriptorDigest digest)
Copyright © 2018. All rights reserved.