public class

DualSurfaceProcessorNode.Out

extends java.util.HashMap<DualOutConfig, SurfaceEdge>

 java.lang.Object

↳java.util.AbstractMap<java.lang.Object, java.lang.Object>

↳java.util.HashMap<DualOutConfig, SurfaceEdge>

↳androidx.camera.core.processing.concurrent.DualSurfaceProcessorNode.Out

Overview

The output of a DualSurfaceProcessorNode.

A map of OutConfig with their corresponding SurfaceEdge.

Summary

Constructors
publicOut()

Methods
from java.util.HashMap<K, V>clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
from java.util.AbstractMap<K, V>equals, hashCode, toString
from java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait

Constructors

public Out()