text
stringlengths
7
1.01M
/* * Copyright © 2021 Cask Data, 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 t...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Copyright 2015 Google Inc. All rights reserved. // // 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 ...
package com.example.gdg_fluter; import android.os.Bundle; import io.flutter.app.FlutterActivity; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Gener...
/* * Copyright (C) 2007 The Guava Authors * * 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 agre...
package com.baerdev.ad.SW04_2.MultipleArrayHashSetTableTests; import com.baerdev.ad.SW04_2.MultipleArrayHashSet.ArrayHashSetTable; import org.junit.Test; import org.junit.experimental.categories.Category; import java.util.Iterator; import static org.junit.Assert.*; public class DumbHashSetTestsWithIterator { @T...
package com.structurizr.model; import com.structurizr.AbstractWorkspaceTestBase; import org.junit.Test; import java.util.Collections; import java.util.Set; import static org.junit.Assert.*; public class ModelTests extends AbstractWorkspaceTestBase { @Test(expected = IllegalArgumentException.class) public v...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
package org.crazyit.content; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.wi...
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.apimanagement; import com.azure.core.util.Context; /** Samples for NamedValue Get. */ public final class NamedValueGetSamples {...
/* * Copyright 2003, 2004, 2005, 2006 Research Triangle Institute * * 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...
package fr.anw.stompUserExample.server.config; import fr.anw.stompUserExample.server.controllers.RegisterController; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Configuration; import org.springframework.context.event.EventListener; import org.springframework.m...
/* * * Copyright 2012-2014 Eurocommercial Properties NV * * * 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 req...
package Blockchain; import java.net.InetAddress; public class Connection { private Integer remotePort; private InetAddress remoteAddress; public Connection (Integer remotePort, InetAddress remoteAddress) { this.remotePort = remotePort; this.remoteAddress = remoteAddress; } public Integer getRemotePort() { ...
package com.bizbox.vo; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public class Password { private String email; private String salt; }
/** * Copyright 2018 Dingfan Zhao * * 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 la...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.react.modules.debug; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.brid...
/*- * ========================LICENSE_START================================= * TeamApps Application API * --- * Copyright (C) 2020 - 2021 TeamApps.org * --- * 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 cop...
package de.fraunhofer.fit.train.model_v2.doi.datacitie.helper; /** * 1.1) identifierType Controled List M DataCite/Identifier * http://bit.ly/2ZoRw8P "Occurrence: 1 Definition: The type of Identifier. * Allowed values, examples, other constraints: Controlled List Value: DOI" * * @author Joao Bosco Jares MSc. (So...
package ucmo.workoutapp.repositories; import org.springframework.data.repository.CrudRepository; import ucmo.workoutapp.entities.Meal; public interface MealRepository extends CrudRepository<Meal, Long> { Meal getById(Long Id); Iterable<Meal> getAllByMealPlan(Long planId); }
/* * Swagger Petstore * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * OpenAPI spec version: 1.0.0 * Contact: apiteam@swagger.io * * NOTE: This class is auto generated by the swagger code generator p...
/* * Copyright 2012 the original author or authors. * * 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 applica...
package examples.cifar10; import com.beust.jcommander.Parameter; import com.beust.jcommander.Parameters; import examples.cifar10.GraphBuilderWrapper.Wrap; import ode.solve.api.FirstOrderSolverConf; import ode.solve.conf.DormandPrince54Solver; import ode.solve.conf.SolverConfig; import ode.vertex.conf.helper.InputStep;...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2011.12.14 at 03:30:4...
package ru.job4j.collections.map.user; import java.util.HashMap; import java.util.Map; /** * @author Sergey gavrilov (sarmexin@gmail.com) * @version $Id$ * @since 0.1 */ public class Database { private static User user1 = new User("Maxim", 1, new Calendar(1, 12, 1976)); private static User user2 = new Use...
package com.adaptionsoft.games.trivia; import com.adaptionsoft.games.trivia.runner.GameRunner; import org.junit.Test; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public class SomeTest { @Test publi...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package org.social.it.converter; public interface DomainDtoConverter<I,O> extends Converter<I, O> { }
package tn.medtech.lab5.weather; import java.util.List; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class MyWeather { @SerializedName("coord") @Expose private Coord coord; @SerializedName("weather") @Expose private List<Weather> weathe...
package org.springframework.jdbc.support.rowset; import java.math.BigDecimal; import java.sql.Date; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Time; import java.sql.Timestamp; import java.util.Calendar; import java.util.Collections; import java.util.Ha...
package it.clients.symphony.api; import clients.symphony.api.PresenceClient; import clients.symphony.api.constants.PodConstants; import it.commons.BotTest; import java.util.List; import java.util.stream.Collectors; import java.util.stream.Stream; import javax.ws.rs.core.HttpHeaders; import javax.ws.rs.core.MediaType; ...
/* * Copyright 2002-2017 the original author or authors. * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package hso.autonomy.tools.developer.bundles.developer.perspective; import hso.autonomy.tools.util.swing.model.IDisplayableItem; public interface IViewDescriptor extends IDisplayableItem { String getViewID(); IView createNewView(); boolean acceptsObject(Object o); boolean requiresObject(); boolean isManually...
/* * SoapUI, Copyright (C) 2004-2016 SmartBear Software * * Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent * versions of the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a cop...
/*- * Copyright (C) 2006 Erik Larsson * * This program 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. * * This program is dist...
package Zarathustra; import java.util.Scanner; public class Variables { public static void main(String[] args) { /* * 자바 기본 자료형 int: 정수(byte, short, long) double: 실수(float) char: 문자 String: 문자열 */ // 변수: 자료형 변수 이름; int a; // 정수형 변수 double b; // 실수형 변수 char c; // 문자 변수(1자) String d; /...
/* * Copyright information and license terms for this software can be * found in the file LICENSE that is included with the distribution */ package org.epics.pvdata; import junit.framework.TestCase; import org.epics.pvdata.factory.PVDataFactory; import org.epics.pvdata.pv.PVByteArray; import org.epics.pvdata.pv.P...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.jarRepository.settings; import com.intellij.ide.IdeBundle; import com.intellij.jarRepository.JarRepositoryManager; import com.intellij.jarRepository.RemoteRe...
/* * Copyright (c) 2014 Spotify AB. * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License,...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.shaft.api; import com.shaft.tools.io.ReportManagerHelper; import io.restassured.config.RestAssuredConfig; import io.restassured.config.SSLConfig; import io.restassured.http.ContentType; import io.restassured.response.Response; import io.restassured.specification.RequestSpecification; import java.util.List...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInsight; import com.intellij.openapi.components.ServiceManager; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.project.Projec...
import java.util.*; class A_testLocalVarUse_in { public void foo() { AbstractList list = new ArrayList(); List list2 = list; } }
/** * * Class SynchState$Factory$Class.java * * Generated by KMFStudio at 29 July 2003 10:22:58 * Visit http://www.cs.ukc.ac.uk/kmf * */ package uk.ac.ukc.cs.kmf.kmfstudio.uml.Behavioral_Elements.State_Machines; import uk.ac.ukc.cs.kmf.kmfstudio.uml.UmlFactory$Class; import uk.ac.ukc.cs.kmf.kmfstudio.uml.Um...
/* * * Copyright (c) 2006-2019, Speedment, Inc. All Rights Reserved. * * 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 requi...
/* * To change this license header, choose License Headers in Project Properties. To change this * template file, choose Tools | Templates and open the template in the editor. */ package br.senac.tads.dsw.exemplosspring.sessao; import java.io.Serializable; import java.time.LocalDateTime; import br.senac.tads.dsw.e...
package com.example.android.sunshine.common; import com.google.android.gms.wearable.DataMap; import java.util.Calendar; public final class Protocol { private Protocol() { } public static String PATH_WEATHER_DATA = "/weatherdata"; private static String KEY_CONDITION = "WEATHER_CONDITION"; priva...
package ksl.academic.algorithm.epi.graph; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Set; public class TaskScheduling { public static void main(String[] args) {...
package fr.guddy.androidstarter.mvp.repo_list; import android.content.Context; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import an...
// Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.arrow_dataset; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import org.bytedeco.arrow.*; import static org.bytedeco.arrow.glob...
package game; import static org.junit.Assert.*; import game.MasterMind.Color; import org.junit.Test; import util.Pair; public class MasterMindTest { @Test public void testGuess() { MasterMind mm = new MasterMind(new Color[]{Color.R, Color.G, Color.B, Color.Y}); Pair<Integer> p = mm.guess(new Color[]{Color.G,...
package me.jeeson.android.socialsdk.platform; import android.content.Context; /** * 社会化平台的创建接口协议 * Created by Jeeson on 2018/6/20. */ public interface PlatformCreator { IPlatform create(Context context, int target); }
package org.ei.drishti.util; public interface CacheableData<T> { public T fetch(); }
/* * Copyright (C) 2017. the original author or authors. * 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 app...
/* * 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 in writing, software * distribut...
package uk.ivanc.archimvvm; import android.view.View; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.robolectric.RobolectricGradleTestRunner; import org.robolectric.RuntimeEnvironment; import org.robolectric.annotation.Config; import rx.Observable; import rx.schedulers.Sc...
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package io.fabric.sdk.android.services.persistence; import java.io.File; public interface FileStore { File getCacheDir(); File getExternalCacheDir(); File getExternalFilesDir(); File getFilesDir(); }
/* * Copyright 2012-2013 the original author or authors. * * 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 ap...
package com.klinker.android.twitter_l.views.widgets.swipe_refresh_layout.material; // // Source code recreated from a .class file by IntelliJ IDEA // (powered by Fernflower decompiler) // import android.content.Context; import android.content.res.Resources; import android.content.res.TypedArray; import android.graphic...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright 2009-2017. DigitalGlobe, 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 ...
package com.fintech.crypto.entity; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonIgnoreType; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.io.Serializable; @Entity @Ta...
/* * Copyright 2012 University of Chicago * * 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 a...
//===================================================================== // //File: $RCSfile: UnitTestGenerator.pl,v $ //Version: $Revision: 1.14 $ //Modified: $Date: 2013/01/10 23:21:36 $ // // WARNING: Do not edit this generated file // Generated by: UnitTestGenerator.pl // Version: 1.14 // Matrix: ...
/* * Copyright 2012-2016, the original author or authors. * 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 ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
package cn.miozus.gulimall.ware.service; import cn.miozus.gulimall.common.utils.PageUtils; import cn.miozus.gulimall.ware.entity.PurchaseEntity; import cn.miozus.gulimall.ware.vo.MergeVo; import cn.miozus.gulimall.ware.vo.PurchaseDoneVo; import com.baomidou.mybatisplus.extension.service.IService; import java.util.Lis...
/* * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.solvd.carina.gui.android.component; import com.solvd.carina.gui.common.component.base.BaseFooter; import org.openqa.selenium.SearchContext; import org.openqa.selenium.WebDriver; public class AndroidFooter extends BaseFooter { public AndroidFooter(WebDriver driver, SearchContext searchContext) { ...
/* * The MIT License * * Copyright 2019 Steven Gordon <s.d.gordon@cqu.edu.au>. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitatio...
/* * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
/* * Copyright 2016, The Android Open Source Project * * 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 applic...
/* * This file was automatically generated by EvoSuite * Fri Nov 06 22:44:36 GMT 2020 */ package accessories.plugins.time; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import accessories.plugins.time.JDayChooser; import accessories.plugins.time.JMonth...
// ============================================================================ // // Copyright (C) 2006-2015 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
package net.minecraft.util.datafix.versions; import com.mojang.datafixers.DSL; import com.mojang.datafixers.schemas.Schema; import com.mojang.datafixers.types.templates.TypeTemplate; import java.util.Map; import java.util.function.Supplier; import net.minecraft.util.datafix.NamespacedSchema; import net.minecraft.util....
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.youcruit.onfido.api.applicants; import com.google.gson.annotations.SerializedName; public enum IdNumberType { @SerializedName("nino") NINO, @SerializedName("ssn") SSN, @SerializedName("driving_license") DRIVING_LICENSE; }
/** * Copyright 2014-2020 the original author or authors. * * 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 ...
/* * Copyright (c) 2019-2020 GeyserMC. http://geysermc.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy,...
package com.taotao.service.impl; import java.util.Date; import java.util.List; import org.joda.time.DateTime; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.taotao...
/* * Copyright 2002-2019 the original author or authors. * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package org.testobject.kernel.inference.input; import static org.hamcrest.CoreMatchers.anyOf; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import java.io.IOException; import java.util.Collections; import java.util.List; import java.util.concurrent.BlockingQueue; import java.u...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses ...
package com.vondear.rxtools.view; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.RectF; import android.text.TextPaint; import java.util.ArrayList; /** * * @author Vondear * @date 12/24/15 */ public class RxRotate...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
package com.robly.sublists; import com.fasterxml.jackson.annotation.JsonProperty; public class SubLists { @JsonProperty("sub_list") SubList subList = null; public void setSubList(SubList subList) { this.subList = subList; } public SubList getSubList() { return subList; } }
package week_3_4_Question1; import java.util.ArrayList; import java.util.Scanner; public class BusinessAddress implements Address { ArrayList<String> BusinessAddress = new ArrayList<String>(); Scanner scanner = new Scanner(System.in); @Override public ArrayList<String> addressInformation() { // TODO Auto-ge...
/***************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * ...
package andbook.example.locationservice; import android.annotation.SuppressLint; import android.location.Address; import android.location.Geocoder; import android.location.Location; import android.os.Bundle; import android.os.Looper; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatA...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.model.container.http; import com.yahoo.config.model.builder.xml.test.DomBuilderTest; import com.yahoo.config.model.deploy.DeployState; import com.yahoo.jdisc.http.ServerConfig; import com.ya...
/* * Copyright 2000-2017 JetBrains s.r.o. * * 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 agre...
// Template Source: BaseEntityRequest.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------...
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.beans.binding; import javafx.beans.value.ObservableLongValue; import javafx.collections...
package com.mimose.component.deduplicate.constants; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; /** * @author mimose * @description constant class * @date 2021/3/25 */ public final class Constant { public static final String LINE_SEPARATOR = "-"; publ...
/* * Copyright (c) 2021, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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...