code
stringlengths
3
1.18M
language
stringclasses
1 value
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
/* NFCard is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. NFCard is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY...
Java
package sk.tuke.kpi.annACME.version1; import java.lang.annotation.ElementType; import java.lang.annotation.Target; /** * Component can span over multiple classes, the binding is done upon the component * name that has to be unique. * @author Milan, Ivan */ @Target(ElementType.TYPE) public @interface Co...
Java
package sk.tuke.kpi.annACME.version1; /** * No direct representation in source code for connector, from the viewpoint * of OOP the connector is an abstract concept. * @author Milan */ public @interface Connector { public String name(); public Role[] roles(); }
Java
package sk.tuke.kpi.annACME.version1; import java.lang.annotation.ElementType; import java.lang.annotation.Target; /** * Defines ports of the component, may be used on fields and methods. Again may * span across multiple fields or methods and the name is the identifier. * @author Milan, Ivan */ @Target(...
Java
package sk.tuke.kpi.annACME.version1; /** * Role has no direct representation in OO program and is only a part of * some connector. * @author Milan, Ivan */ public @interface Role { public String name(); }
Java
package sk.tuke.kpi.annACME.version1; /** * No direct representation in host OO program. * @author Milan */ public @interface Attachment { public String component(); public String port(); public String connector(); public String role(); }
Java
package sk.tuke.kpi.annACME.version1; import java.lang.annotation.ElementType; import java.lang.annotation.Target; /** * Top-most package annotation that declares that this package will be a system * described by @ACME. * @author Milan, Ivan */ @Target(ElementType.PACKAGE) public @interface System { ...
Java
import java.util.Date; public class RequestObject { private String weekday; private Date date; public String getWeekday() { return weekday; } public void setWeekday(String weekday) { this.weekday = weekday; } public Date getDate() { return date; } public void setDate(Date date) { this.date = da...
Java
import java.util.Date; public class Examples1 { public int getLength(String str) { if (str == null) return str.length(); return 0; } public int getLength2(String str) { return str.length(); } public void complexMethod2(RequestObject request) { String day = request.getWeekday(); if ...
Java
public abstract class Animal { public abstract String getGenus(); public abstract String getSpecies(); public abstract int getNumLegs(); }
Java
import java.util.Date; public interface RequestHandling { public String removeFromInventory(String userId, Date requestDate, String departmentId, String organizationId, String itemId, int qty, String reason, float price, int discountPercentage); }
Java
public class OutputException extends Exception { String output; public OutputException (StackTraceElement [] stacktrace) { super(); this.setStackTrace(stacktrace); } public String getOutput() { return output; } public void setOutput(String output) { this.output = output; } }
Java
package org.manning.sonarinaction.duplications; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class InternationalOrder { private InternationalCustomer customer; private List<OrderLine> orderlines = new ArrayList<OrderLine>(); public void addOrderLine(final O...
Java
package org.manning.sonarinaction.duplications; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class Order { private Customer customer; private List<OrderLine> orderlines = new ArrayList<OrderLine>(); public void addOrderLine(final OrderLine orderLine) { ...
Java
package org.manning.sonarinaction.duplications; public class Customer { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } }
Java
package org.manning.sonarinaction.duplications; public class Country { private String code; private double vat; public String getCode() { return code; } public void setCode(String code) { this.code = code; } public double getVat() { return vat; } public void setVat...
Java
package org.manning.sonarinaction.duplications; import java.math.BigDecimal; public class OrderLine { private String itemDescription; private Long quantity; private BigDecimal price; public String getItemDescription() { return itemDescription; } public void setItemDescription(Stri...
Java
package org.manning.sonarinaction.duplications; public class InternationalCustomer extends Customer { private Country country; public Country getCountry() { return country; } public void setCountry(Country country) { this.country = country; } }
Java
import java.io.FileOutputStream; import java.io.PrintStream; public class Main { String name = null; /** * @param args */ public static void main(String[] args) { String first = "Hello"; String second = null; Examples1 ex1 = new Examples1(); int total = ex1.getLength(first) + ex1.getLength(second)...
Java
package com.jwetherell.pedometer.service; import java.util.ArrayList; import java.util.List; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; /** * This class handles SensorEvents and determines if t...
Java
package com.jwetherell.pedometer.service; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicBoolean; import java.util.logging.Logger; import com.jwetherell.pedometer.R; import android.app.Notification; import android.app.NotificationMa...
Java
package com.jwetherell.pedometer.service; /** * This interface provides a callback mechanism for the StepDetector. * * This code is losely based on http://code.google.com/p/pedometer/ * * @author bagilevi <bagilevi@gmail.com> * @author Justin Wetherell <phishman3579@gmail.com> */ public interface St...
Java
package com.jwetherell.pedometer.utilities; import android.app.AlertDialog; import android.app.AlertDialog.Builder; import android.content.Context; import android.content.DialogInterface; /** * This abstract class provides static methods to display messages. * * @author Justin Wetherell <phishman3579@gmail.com> ...
Java
package com.jwetherell.pedometer.activity; import java.util.ArrayList; import java.util.Arrays; import java.util.logging.Logger; import com.jwetherell.pedometer.service.IStepService; import com.jwetherell.pedometer.service.IStepServiceCallback; import com.jwetherell.pedometer.service.StepDetector; import com.jwetherel...
Java
/** Automatically generated file. DO NOT MODIFY */ package org.abrysov.annoyingkids; public final class BuildConfig { public final static boolean DEBUG = true; }
Java
package org.abrysov.annoyingkids; import android.media.AudioManager; import android.media.SoundPool; import android.media.SoundPool.OnLoadCompleteListener; import android.os.Bundle; import android.app.Activity; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; i...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
/* * MAI - Multi-document Adjudication Interface * * Copyright Amber Stubbs (astubbs@cs.brandeis.edu) * Department of Computer Science, Brandeis University * * MAI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Softwar...
Java
package utils; import java.io.File; import java.io.FileFilter; import java.io.FilenameFilter; public class ExtensionFilter implements FilenameFilter, FileFilter { private String extension; public ExtensionFilter( String extension ) { this.extension = extension; } @Override public bo...
Java
package utils; public class BeatAnn { public String annid; public int start; public int end; public String annType; public String conceptId; public String conceptName; public String text; public String relatedDrug; public String targetDrug; public String c_level; // public String getAnnid() // { // retur...
Java
package utils; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.List; /** * This is a class to convert BEAT output files to XML format * */ public class XMLG...
Java
package utils; import java.io.BufferedReader; import java.io.BufferedInputStream; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.UnsupportedEnco...
Java
package utils; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.border.EmptyBorder; import java.awt.GridBagLayout; import javax.swing.JSplitPane; import java.awt.GridBagConstraints; import javax.swing.JTextField; import java.awt.Insets; import javax.swing.JFileChoo...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java
/* * Copyright 2011 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
Java