Back to project page NoiseBridge_General.
The source code is released under:
GPLv3.txt
If you think the Android project NoiseBridge_General listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.noysbrij.noisebridgeGeneral; // w w w.jav a 2s . com import java.util.*; public class Tickets { public ArrayList<Ticket> tickets; public Tickets() { tickets = new ArrayList<Ticket>(); } }