Java javax.mail.search OrTerm fields, constructors, methods, implement or subclass

Example usage for Java javax.mail.search OrTerm fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail.search OrTerm.

The text is from its open source code.

Constructor

OrTerm(SearchTerm t1, SearchTerm t2)
Constructor that takes two operands.
OrTerm(SearchTerm[] t)
Constructor that takes an array of SearchTerms.