Example usage for org.apache.commons.collections4.list PredicatedList subclass-usage

List of usage examples for org.apache.commons.collections4.list PredicatedList subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.collections4.list PredicatedList subclass-usage.

Usage

From source file edu.wpi.checksims.token.TokenList.java

/**
 * A list of tokens of a specific type.
 */
public class TokenList extends PredicatedList<Token> {
    public final TokenType type;

From source file net.lldp.checksims.token.TokenList.java

/**
 * A list of tokens of a specific type.
 */
public class TokenList extends PredicatedList<Token> {
    public final TokenType type;

From source file net.lldp.checksims.parse.token.TokenList.java

/**
 * A list of tokens of a specific type.
 */
public class TokenList extends PredicatedList<Token> {
    public final TokenType type;