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

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

Introduction

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

The text is from its open source code.

Constructor

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