text
stringlengths
10
2.72M
package org.hieu.facade; /** * @author hieu * * Facade pattern hides the complexities of the system and provides an interface to the client using which the client can access the system. This type of design pattern comes under structural pattern as this pattern adds an interface to exiting system to hide its comple...
package com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.builder; import com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.ArbeitsvorgangTypType; import com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.PROBENIstdatenType; import com.thyssenkrupp.tks.fls.qf.server.qcs.receive.xml.ProbeListeType; import java.i...
package FacebookConnector; import java.util.List; /** * The interface provides the necessary methods for communicating with the EWA_SS11 FB wall * @author pl * */ public interface FacebookConnector { /** * Get a list with all highscore results from the FB wall * @return List of score element...
package de.marko.pentest; import de.marko.pentest.rest.handler.CreateUserHandler; import de.marko.pentest.rest.handler.GetTokenHandlerV1; import de.marko.pentest.rest.handler.GetTokenHandlerV2; import de.marko.pentest.rest.handler.GetTokenHandlerV3; import de.marko.pentest.rest.handler.GetTokenHandlerV4; import de.mar...
package rt.intersectables; import java.util.ArrayList; import javax.vecmath.Vector3f; import rt.BoundingBox; import rt.HitRecord; import rt.Material; import rt.Ray; /** * A sphere that can be used in CSG bodies * * @author Florian */ public class CSGSphere extends CSGSolid { Vector3f position; float radius...
package 프로젝트day03; public class 기본데이터 { public static void main(String[] args) { int a, b, c; int classNo = 8; double temp = 26.2; char day = '목'; boolean food = false; String lunch = "1층 가서 생각해보자"; //한 줄 복사 : 컨트롤 + 알트 + 화살표 아래 //한 줄 이동 : 알트 + 화살표 System.out.println("오늘...
// Given an array nums[] of size n, construct a Product Array P // (of same size n) such that P[i] is equal to the product of // all the elements of nums except nums[i]. // Watch TECH DOSE video package searching; import java.util.Arrays; public class ProductArrayPuzzle { public static void main(String[] args) { ...
/* * 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 it.unive.dagg.observers; import it.unive.interfaces.Effect; import it.unive.interfaces.StackListener; import java.util.ArrayLi...
/* * FileName: PowerInfo.java * Description: 编辑权限信息时使用的值对象 * Company: 南宁超创信息工程有限公司 * Copyright: ChaoChuang (c) 2004 * History: 2004-12-19 (Qsj) 1.0 Create */ package com.spower.basesystem.manage.command; import java.util.LinkedHashMap; import java.util.Map; import com.spower.basesystem...
package com.yuorfei.dao; import com.yuorfei.bean.Article; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cache.annotation.CacheEvict; import org.springframework.cache.annotation.Cacheable; im...
package com.smxknife.java2.lambda; import java.util.stream.Stream; /** * @author smxknife * 2018-12-24 */ public class IteratorDemo { public static void main(String[] args) { Stream.iterate(0, idx -> idx + 1).limit(4).forEach(System.out::println); } }
package ai; import state.*; import java.util.*; import game.TextOutput; import graph.*; public class RandomAI extends AI { @Override public Move getMove(int playerId) { int currentLocation = aiReadable.getNodeId(playerId); TextOutput.printDebug(String.format("In AI: player id %d location %d\...
package br.com.alura.gerenciador.servlet; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; import javax.servlet.http...
package com.ibm.ive.tools.japt.inline; import com.ibm.jikesbt.*; import com.ibm.ive.tools.japt.*; import java.util.*; /** * @author sfoley * * To change this generated comment edit the template variable "typecomment": * Window>Preferences>Java>Templates. * To enable and disable the creation of type co...
package com.ss.lms.controller; import java.sql.SQLException; import java.util.List; import java.util.stream.IntStream; import com.ss.lms.entity.Author; import com.ss.lms.service.AdministratorService; import com.ss.lms.util.ScannerUtil; public class AuthorCrudController implements IController { private enum State { ...
package com.zhowin.base_library.qiniu; import android.text.TextUtils; import com.zhowin.base_library.utils.ConstantValue; import com.zhowin.base_library.utils.GsonUtils; import com.zhowin.base_library.utils.SPUtils; /** * 七牛云的信息 */ public class QiNiuYunBean { /** * token : H7CC2KfaoBnDnzbpzzzvf7zjvawC9B...
package com.hesoyam.pharmacy.medicine.service; import com.hesoyam.pharmacy.medicine.model.Contraindication; import java.util.List; public interface IContraindicationService { List<Contraindication> getAll(); }
package cs213.photoAlbum.util; import javax.swing.DefaultComboBoxModel; /** * The Class DefaultComboBoxModelAction. * @author Truong Pham */ public class DefaultComboBoxModelAction { /** * New combo box. * * @param model the model * @param date the date */ public void newComboBox(Def...
package com.mineskies.limbo.listener; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.block.LeavesDecayEvent; import org.bukkit.event.entity.CreatureSpawnEvent; import org.bukkit.event.entity.EntityInteractEvent; import org.bukkit.event.weather.WeatherChangeEvent; publi...
//package edu; import org.jbox2d.dynamics.*; import org.jbox2d.callbacks.ContactImpulse; import org.jbox2d.callbacks.ContactListener; import org.jbox2d.collision.Manifold; import org.jbox2d.dynamics.contacts.Contact; class LTouchings implements ContactListener { // This function is called when a new collision...
package com.lc.exstreetseller.base; public class BaseFragment{ }
/* * Copyright (c) 2010-2011 by Bjoern Kolbeck, * Zuse Institute Berlin * * Licensed under the BSD License, see LICENSE file for details. * */ package org.xtreemfs.osd.rwre; import java.io.IOException; import java.util.List; import org.xtreemfs.common.uuids.ServiceUUID; import org.xtreemfs.osd.rw...
/** @author Chazwarp923 */ package tech.chazwarp923.unifieditems.material; import java.util.ArrayList; public enum MaterialType { GENERIC(true, true, true, true, false, true, true, true), ALLOY(false, true, true, true, false, true, true, true), GENERIC_GEM(true, true, false, false, true, false, false, tr...
package com.tencent.mm.plugin.chatroom.ui; import android.view.View; import android.view.View.OnClickListener; class LargeTouchableAreasItemView$1 implements OnClickListener { final /* synthetic */ LargeTouchableAreasItemView hMO; LargeTouchableAreasItemView$1(LargeTouchableAreasItemView largeTouchableAreasI...
package com.adam.consumer; import static org.springframework.web.bind.annotation.RequestMethod.*; import java.util.List; import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.web.bind.annotation.RequestMapping; @FeignClient("producer") public interface ProducerClient { @Request...
import java.awt.List; import java.io.*; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashMap; import java.util.Scanner; import javax.print.DocFlavor.STRING; import com.sun.java.accessibility.util.Translator; class VMTranslator{ ...
package com.architech.ziarkowski.user_service; import com.architech.ziarkowski.dao.UserDataProviderFactory; import com.architech.ziarkowski.model.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class UserService { @Autowired ...
package polarpelican.graphics; import java.awt.Graphics2D; /** * * @author Student */ public interface Renderable { void render(Graphics2D g, int x, int y); }
package com.adv.java.designPatterns; import java.util.ArrayList; import java.util.Arrays; public class SingletonDemoTest { public static void main(String[] args) { //The constructor SingletonDemo() is not visible //SingletonDemo demo=new SingletonDemo(); SingletonDemo singletonDemo=SingletonDemo.getInstance(...
/* * Copyright (C) 2022-2023 Hedera Hashgraph, LLC * * 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 applicab...
import com.company.*; import javafx.application.Application; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.layout.GridPane; import javafx.stage.Stage; import java.io.BufferedReader; import java.io.FileReader; import java.util.Ar...
package ru.android.messenger.view.utils; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.support.design.widget.TextInputLayout; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; ...
import java.util.ArrayList; public class BarChart implements Chart { private SpreadsheetApplication spreadsheetApplication; public BarChart(SpreadsheetApplication spreadsheetApplication) { this.spreadsheetApplication = spreadsheetApplication; } @Override public String getType() { ...
package ch.fhnw.oop2.departure.util; import java.lang.reflect.Type; import com.google.gson.*; import javafx.beans.property.SimpleStringProperty; public class SimpleStringPropertySerializer implements JsonSerializer<SimpleStringProperty> { public JsonElement serialize(SimpleStringProperty src, Type typeOfSrc, JsonSe...
package temakereso.helper; import com.fasterxml.jackson.annotation.JsonFormat; @JsonFormat(shape = JsonFormat.Shape.OBJECT) public enum TopicStatus { OPEN("szabad"), RESERVED("foglalt"), DONE("elkészített"); private String name; TopicStatus(String name) { this.name = name; } pu...
package com.siziksu.payment.dagger.component; import com.siziksu.payment.App; import com.siziksu.payment.dagger.module.ApplicationModule; import com.siziksu.payment.dagger.module.DataModule; import com.siziksu.payment.dagger.module.DomainModule; import com.siziksu.payment.dagger.module.PresenterModule; import com.sizi...
/* * 2012-3 Red Hat Inc. and/or its affiliates and other contributors. * * 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...
package mage.cards.e; import java.util.UUID; import mage.constants.SubType; import mage.target.common.TargetCreaturePermanent; import mage.abilities.Ability; import mage.abilities.common.BeginningOfUpkeepTriggeredAbility; import mage.abilities.costs.Cost; import mage.abilities.costs.mana.GenericManaCost; impo...
package com.pangpang6.books.base.util.stream; /** * Created by jiangjiguang on 2018/1/6. */ public class CollectorTest { }
/** * \file Capability.java * This class represents the Capability node of the XML. */ package br.org.funcate.glue.model.xml; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElemen...
package LeetCode.Trees; import java.util.Map; public class CheckBalancedBinaryTree { public boolean isBalanced(TreeNode root) { if (root == null) return true; return Math.abs(calculateHeight(root.left) - calculateHeight(root.right)) < 2 && isBalanced(root.left) && isBalanced(root.right); } publi...
package Manufacturing.ProductLine.Pretreatment; import Manufacturing.Ingredient.Ingredient; import Manufacturing.Machine.GeneralMachine.CleanMachine; import Manufacturing.Machine.GeneralMachine.DisinfectMachine; import Manufacturing.Machine.GeneralMachine.PeelMachine; import Manufacturing.Machine.IngredientMachine; im...
package com.tyss.capgemini.loanproject.repository; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Scanner; import com.tyss.capgemini.loanproject.beans.CustomerBean; import com.tyss.capgemini.loanproject.beans.EmployeeBean; import com.tyss....
/* * 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 mainalquiler; import java.util.ArrayList; /** * * @author ivandavid */ public class Alquiler { private ArrayList<Vehic...
package com.goldgov.dygl.module.partyorganization.service; import java.util.List; import java.util.Map; import com.goldgov.dygl.module.partymember.exception.NoAuthorizedFieldException; import com.goldgov.gtiles.module.businessfield.service.BusinessField; public interface IPartyOrganizationService_AC_A { ...
/* * This file is part of AceQL * AceQL: Remote JDBC access over HTTP. * Copyright (C) 2015, KawanSoft SAS * (http://www.kawansoft.com). All rights reserved. * AceQL is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even t...
// Sun Certified Java Programmer // Chapter 7, P601 // Generics and Collections // a Java 5 class using a generic collection import java.util.*; public class TestLegacy { public static void main(String[] args) { List<Integer> myList = new ArrayList<Integer>(); // type safe collection my...
package com.pkjiao.friends.mm.share; public interface CallbackListener { public abstract void onSuccess(); public abstract void onFailure(); public abstract void onCancel(); }
package com.uwetrottmann.trakt5.entities; import com.google.gson.annotations.SerializedName; import org.threeten.bp.OffsetDateTime; public class User { public String username; @SerializedName("private") public Boolean isPrivate; public String name; /** If a user is a regular VIP. */ public Bo...
import java.util.ArrayList; public class No implements Comparable<No>{ private EstadoTabuleiro estado; private No pai; private ArrayList<No> filhos; private int custoHeuristica; // h(n). private int custoCaminho; // g(n) private int f; // f(n) = g(n) + h(n) private int e...
package com.nmhung.model; import lombok.Data; @Data public class SubjectModel { private Integer id; private String name; private Integer totalLesson; public SubjectModel(Integer id, String name, Integer totalLesson) { this.id = id; this.name = name; this.totalLess...
package com.lyz.databinding.adapter; import android.support.v7.widget.RecyclerView; import android.view.View; import com.lyz.databinding.bean.DataModel; /** * TypeAbstractViewHolder.java * Author: liyanzhen * Date: 17/4/22 * * 编码格式: utf-8 * 开发单位: 中南大学软件学院嵌入式与网络实验室 * 版权: 本文件版权归属于长沙洋华机电设备有限公司 */ public abstrac...
package com.Collections_TreeSetUsingNavigateSetInterface; public class IterateElement { }
package com.sample.app; public class Shark extends Fish { private Fish food; public Shark() { setSize(Size.LARGE); setColor(Color.GRAY); } public Fish getFood() { return food; } public void setFood(Fish food) { this.food = food; } void eat(Fish food) { this.food = fo...
package com.baidu.camera.template; import android.view.MotionEvent; import com.badlogic.gdx.ApplicationAdapter; import com.baidu.camera.template.module.TemplateScene; /** * Created by yangmengrong on 14-8-26. */ public interface TemplateModule { void open(); void open(TemplateScene tempItem); void clo...
package potentialtrain; import view.MainView; import java.io.File; public class Main { public static final String LOGO_PATH = "assets"+ File.separator+"logo.jpg"; public static void main(String[] args) { MainView.main(args); } }
package android.support.design.widget; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.Resources; import android.content.res.TypedArray; import android.database.DataSetObserver; import android.support.design.a.d; import android.support.design.a.h; import android.su...
/* * 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 service; import Modelo.Cliente; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityMa...
package com.machine.learning.explore.web; import com.machine.learning.explore.Explore; import java.util.List; public class WebExplore implements Explore { @Override public List<String> findExploreUrl() { return null; } @Override public Object findUseInfo() { r...
package com.mercadolibre.desafioquality.DTO.AvailabilityHotelRoomDTOs; import java.util.List; public class ResponseDTO { private String statusCode; private String message; private List<HotelDTO> hotelList; public ResponseDTO(String statusCode, String message, List<HotelDTO> hotelList) { this...
/* Copyright (C) 2009, Bioingenium Research Group http://www.bioingenium.unal.edu.co Author: Alexander Pinzon Fernandez JNukak3D 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 2 of the...
package com.goldgov.dygl.module.partyMemberDuty.duty.dao; import java.util.List; import org.apache.ibatis.annotations.Param; import com.goldgov.dygl.module.partyMemberDuty.duty.domain.Cycle; import com.goldgov.dygl.module.partyMemberDuty.duty.service.CycleQuery; import com.goldgov.gtiles.core.dao.mybatis.ann...
// Sun Certified Java Programmer // Chapter 8; P677 // Inner Classes class Food { Cookable c = new Cookable() { public void cook() { System.out.println("anonymous cookable implementer"); } }; }
package com.zhowin.miyou.mine.activity; import android.view.View; import com.zhowin.base_library.http.HttpCallBack; import com.zhowin.base_library.utils.ToastUtils; import com.zhowin.miyou.R; import com.zhowin.miyou.base.BaseBindActivity; import com.zhowin.miyou.databinding.ActivityMyWalletBinding; import com.zhowin...
package driving; import static org.lwjgl.opengl.GL11.*; import org.lwjgl.LWJGLException; import org.lwjgl.util.glu.GLU; import lib.game.AbstractGame; public class Driving extends AbstractGame { static boolean fullScreen = false; public Driving() throws LWJGLException { super("Driving", 1000, 600, fullScree...
package sci.ml.logit.train; import sci.ml.logit.io.DataframeReader; import weka.classifiers.functions.Logistic; import weka.core.Attribute; import weka.core.DenseInstance; import weka.core.Instance; import weka.core.Instances; import java.io.File; import java.util.ArrayList; import java.util.Arrays; /** * Created b...
package com.sinata.rwxchina.component_aboutme.activity; import android.content.Context; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.jaeger.library.StatusBarUtil; import com.sinata.rwxchina.basiclib.base.BaseActivity; import com.sinata...
package itri.io.emulator.simulator; import itri.io.emulator.common.RandomTools; import itri.io.emulator.parameter.OperationInfo; import java.io.IOException; import java.io.RandomAccessFile; public class WriteOperation extends Operation { public WriteOperation(OperationInfo info) { super(info); } @Overrid...
package ru.alishev.springcources; import javax.annotation.PostConstruct; import javax.annotation.PreDestroy; public class RapMusic implements Music{ public static RapMusic getRapMusic() { return new RapMusic(); } @PostConstruct public void doMyInit() { System.out.println("Doing my i...
package org.apache.maven.plugin.deltacoverage.scm; import java.io.File; import java.io.InputStreamReader; import java.io.LineNumberReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.maven.plugin.deltacoverage.change.ChangeType; impor...
package com.projet3.library_webapp.library_webapp_consumer.DAO; import java.util.List; import com.projet3.library_webapp.library_webapp_model.book.Book; import com.projet3.library_webapp.library_webapp_model.book.Borrowing; public class BookDAOImpl extends AbstractBookDAO implements BookDAO { public Book getBook(i...
package ba.bitcamp.LabS10D02.predavanje; public class Strings { public static void main(String[] args) { String str = ""; for (int i = 1; i < 100; i++) { str += i + ", "; } str += "100"; System.out.println(str); System.out.println("*************"); StringBuilder sb = new StringBuilder();...
package enthu_f; public class e_1120 { public static void main(String args[]) { { int i = 0, j = 11; do { if (i > j) { break; } j--; } while (++i < 5); System.out.println(i + " " + j); } } }
package com.lera.vehicle.reservation.command.customer; import com.lera.vehicle.reservation.domain.customer.CreditCardType; import com.lera.vehicle.reservation.domain.customer.Customer; import com.lera.vehicle.reservation.domain.customer.CustomerType; import org.junit.Test; import java.util.Calendar; import static or...
package helloworld; import java.util.Scanner; public class GugudanMission { public static void main(String[] args) { Scanner scanner =new Scanner(System.in); String inputValue = scanner.nextLine(); String[] splitedValue = inputValue.split(","); int first = Integer.parseInt(splitedValue[0]); int...
package com.zhujinghui.novel.dao; import com.zhujinghui.novel.pojo.Genre; import com.zhujinghui.novel.pojo.Novel; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; /** * @Author: JinghuiZhu * @Description: 小说DA...
package com.yosep.msa.account; //import static org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo; import static org.springframework.hateoas.server.mvc.WebMvcLinkBuilder.linkTo; import org.springframework.hateoas.EntityModel; import org.springframework.hateoas.Link; public class YoggaebiUserResource exten...
package com.tencent.mm.ui.appbrand; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Rect; import android.graphics.drawable.ColorDrawable; import android.os.Build.VERSION; import android.view.View; import android.widget.ImageView; import android.widget.ProgressBar; import android...
/* * 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 imageUpload; import com.oreilly.servlet.MultipartRequest; import java.io.IOException; import java.io.PrintWriter; import javax...
package com.pzhu.topicsys.modules.student.service.impl; import java.util.Date; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.github.pagehelper.Page; import com.pzhu.topicsys.common.exception.BusinessException; import com.pzhu.topicsys.common.mybatis.entity.Student; impo...
package org.rw.crow.commons; import static org.junit.Assert.fail; import java.io.File; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import org.rw.crow.commons.PathUtils; /** * * @author Crow * @date 2015年9月2日 * */ public cla...
package android.support.design.widget; import android.support.design.widget.u.c; class CollapsingToolbarLayout$2 implements c { final /* synthetic */ CollapsingToolbarLayout el; CollapsingToolbarLayout$2(CollapsingToolbarLayout collapsingToolbarLayout) { this.el = collapsingToolbarLayout; } ...
package net.keabotstudios.numikovillage; import static org.lwjgl.glfw.Callbacks.glfwFreeCallbacks; import static org.lwjgl.glfw.GLFW.GLFW_FALSE; import static org.lwjgl.glfw.GLFW.GLFW_RESIZABLE; import static org.lwjgl.glfw.GLFW.GLFW_TRUE; import static org.lwjgl.glfw.GLFW.GLFW_VISIBLE; import static org.lwjgl....
package com.espendwise.manta.util.validation.rules; import com.espendwise.manta.model.data.BusEntityAssocData; import com.espendwise.manta.model.data.ItemData; import com.espendwise.manta.model.data.WorkflowAssocData; import com.espendwise.manta.model.data.WorkflowQueueData; import com.espendwise.manta.support.s...
/* * 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 ch.transoft.crm.service; import ch.transoft.crm.entity.Customer; import java.util.List; import javax.persistence.EntityManage...
public class Calc { public static void main(String[] args) { int num1 = Integer.parseInt(args[0]); int num2 = Integer.parseInt(args[2]); int ans = 0; String op = args[1]; String s = ""; String s1; int i; switch(op) { case "S": for (i = num1;i < num2;i++ ) { ans += i; s += String.v...
package finggui; import java.awt.BorderLayout; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ButtonGroup; import javax.swing.JCheckBox; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JRadioButton; import ja...
package com.kozmolab; import android.os.Bundle; import com.badlogic.gdx.backends.android.AndroidApplication; import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration; public class GameScene extends AndroidApplication { @Override protected void onCreate(Bundle savedInstanceState) { super.onCr...
package de.hse.swa.resource; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletResponse; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax...
package com.redhat.vizuri.insurance; public enum PolicyLevel { GOLD,SILVER,STANDARD }
/* * SwapInfoSellUSDResponse.java * This file was last modified at 2018.12.03 20:05 by Victor N. Skurikhin. * $Id$ * This is free and unencumbered software released into the public domain. * For more information, please refer to <http://unlicense.org> */ package ru.otus.soap.wsclient.cbr; import javax.xml.bind...
package com.awsp8.wizardry.Items; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.item.Item; public class ItemClover extends Item{ public ItemClover(int maxStackSize, CreativeTabs tab, int texture, String name) { setMaxStackSize(maxStackSize); setCreativeTab(tab); set...
package com.ticket.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import com.ticket.message.User; import com.ticket.util.DBAccess; public class UserSelectDao { DBAccess dbAccess = new DBAccess(); ...
package org.mlgb.dsps.util.vo; public class MessagesStatsVO { private long messagesTotal; private long messagesConsumed; public long getMessagesTotal() { return messagesTotal; } public void setMessagesTotal(long messagesTotal) { this.messagesTotal = messagesTotal; } public l...
package com.asiainfo.dubbo.config.springboot.consumer; import javax.annotation.PostConstruct; import org.apache.dubbo.config.annotation.Reference; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotati...
package com.tencent.mm.boot.svg.a.a; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Paint.Cap; import android.graphics.Paint.Join; import android.graphics.Paint.Style; import android.graphics.Path; import android.os.Looper; import com.tencent.mm.s...
package cn.cj.spring_boot.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import cn.cj.spring_boot.dao.BaseDictDao; import cn.cj.spring_boot.domain.BaseDict; import cn.cj.spring_boot.service.BaseDictService; ...
package com.google.android.exoplayer2.f.g; import android.text.TextUtils; import com.google.android.exoplayer2.i.d; import com.google.android.exoplayer2.i.j; import com.google.android.exoplayer2.i.t; import java.util.Arrays; import java.util.regex.Matcher; import java.util.regex.Pattern; final class a { private s...
package br.com.zup.zupacademy.daniel.mercadolivre.common; import org.springframework.context.annotation.Primary; import org.springframework.stereotype.Component; @Component @Primary public class GerenciadorDeEmailFake implements GerenciadorDeEmail{ @Override public void enviaEmail(String remetente, String des...
package test.thread; import org.apache.commons.lang3.StringUtils; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net.URL...