public class MultiInputSelector extends Object
| Constructor and Description |
|---|
MultiInputSelector() |
| Modifier and Type | Method and Description |
|---|---|
int |
select(List<? extends SelectableInput> channels) |
int |
select(List<? extends SelectableInput> channels,
boolean skip) |
int |
select(List<? extends SelectableInput> channels,
List<Boolean> guard) |
int |
select(List<? extends SelectableInput> channels,
List<Boolean> guard,
boolean skip) |
int |
select(List<? extends SelectableInput> channels,
List<Boolean> guard,
long msecs) |
int |
select(List<? extends SelectableInput> channels,
List<Boolean> guard,
long msecs,
int nsecs) |
int |
select(long msecs,
int nsecs,
List<? extends SelectableInput> channels) |
int |
select(long msecs,
int nsecs,
SelectableInput... channels) |
int |
select(long msecs,
List<? extends SelectableInput> channels) |
int |
select(long msecs,
SelectableInput... channels) |
int |
select(SelectableInput... channels) |
int |
select(SelectableInput[] channels,
boolean skip) |
int |
select(SelectableInput[] channels,
boolean[] guard) |
int |
select(SelectableInput[] channels,
boolean[] guard,
boolean skip) |
int |
select(SelectableInput[] channels,
boolean[] guard,
long msecs) |
int |
select(SelectableInput[] channels,
boolean[] guard,
long msecs,
int nsecs) |
<T extends SelectableInput> |
selectChannelInput(List<T> channels) |
public int select(List<? extends SelectableInput> channels)
public int select(List<? extends SelectableInput> channels, boolean skip)
public int select(List<? extends SelectableInput> channels, List<Boolean> guard)
public int select(List<? extends SelectableInput> channels, List<Boolean> guard, boolean skip)
public int select(List<? extends SelectableInput> channels, List<Boolean> guard, long msecs)
public int select(List<? extends SelectableInput> channels, List<Boolean> guard, long msecs, int nsecs)
public int select(long msecs,
int nsecs,
List<? extends SelectableInput> channels)
public int select(long msecs,
int nsecs,
SelectableInput... channels)
public int select(long msecs,
List<? extends SelectableInput> channels)
public int select(long msecs,
SelectableInput... channels)
public int select(SelectableInput... channels)
public int select(SelectableInput[] channels, boolean skip)
public int select(SelectableInput[] channels, boolean[] guard)
public int select(SelectableInput[] channels, boolean[] guard, boolean skip)
public int select(SelectableInput[] channels, boolean[] guard, long msecs)
public int select(SelectableInput[] channels, boolean[] guard, long msecs, int nsecs)
public <T extends SelectableInput> T selectChannelInput(List<T> channels)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.